From e4d68e1ac6895216c4268447bf18fec50949b730 Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Thu, 13 Apr 2023 13:40:43 +0200 Subject: [PATCH] - --- configs/create.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/create.sh b/configs/create.sh index daaf000..54201a0 100755 --- a/configs/create.sh +++ b/configs/create.sh @@ -97,6 +97,8 @@ mkdir $CONFIGS/squash/$name mksquashfs . $CONFIGS/squash/$name.squashfs cp /tmp/output/configs/vpn/$name.pub $CONFIGS/squash/$name.pub -rm -rf /tmp/kit-crypto -rm -rf /tmp/uVPN* -rm -rf /tmp/output +echo "$name" + +# rm -rf /tmp/kit-crypto +# rm -rf /tmp/uVPN* +# rm -rf /tmp/output