Remove error=1 debug set
This commit is contained in:
@@ -94,7 +94,6 @@ if [ ! -z "${PASSWORD_LENGTH}" ] && ! [[ "${PASSWORD_LENGTH}" =~ ^[13][0-9]$ ]];
|
|||||||
elif [ -z ${PASSWORD_LENGTH} ]; then
|
elif [ -z ${PASSWORD_LENGTH} ]; then
|
||||||
PASSWORD_LENGTH=14;
|
PASSWORD_LENGTH=14;
|
||||||
fi;
|
fi;
|
||||||
error=1;
|
|
||||||
# home dir error abort
|
# home dir error abort
|
||||||
if [ $error -eq 1 ]; then
|
if [ $error -eq 1 ]; then
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user