Remove error=1 debug set

This commit is contained in:
Clemens Schwaighofer
2024-02-15 18:10:53 +09:00
parent 785e3c116d
commit 26c007dba6

View File

@@ -94,7 +94,6 @@ if [ ! -z "${PASSWORD_LENGTH}" ] && ! [[ "${PASSWORD_LENGTH}" =~ ^[13][0-9]$ ]];
elif [ -z ${PASSWORD_LENGTH} ]; then
PASSWORD_LENGTH=14;
fi;
error=1;
# home dir error abort
if [ $error -eq 1 ]; then
exit;