This commit is contained in:
2024-09-12 22:18:43 -06:00
parent f96f255f3e
commit fb4f59e123
+1 -2
View File
@@ -56,8 +56,7 @@ elif [ $1 = "install" ]; then
fi
if ! [ -f "./secure-delete/smem" ]; then
cd secure-delete
make
cd secure-delete && make
fi
if ! [ -d $dir_to_encrypt ]; then