diff --git a/bin/user_create.sh b/bin/user_create.sh index 8f8443e..d6e4559 100755 --- a/bin/user_create.sh +++ b/bin/user_create.sh @@ -77,7 +77,6 @@ if [ ! -f "${root_folder}${input_file}" ]; then echo "Missing ${root_folder}${input_file}"; exit; fi; -exit; # make sure my own folder is owned by root and 600 (except for testing) if [ $(stat -c %a .) != "600" ]; then echo "!!!! RECOMMENDED TO HAVE BASE FOLDER SET TO '600' AND USER 'root' !!!!"