modified: build/run/bin/add-user

modified:   generate-env.sh
This commit is contained in:
Myve 2024-08-10 03:36:10 +00:00
commit 52e3065b77
2 changed files with 5 additions and 5 deletions

View file

@ -62,8 +62,8 @@ then
then
echo -e '\n\n\e[1;31mPassword field cannot be empty, try again\e[0m'
elif [ "${MYVEMAIL_MAIL_PASS}" != "${MYVEMAIL_MAIL_PASS2}" ]
echo -e '\n\n\e[1;31mPasswords did not match, try again\e[0m'
then
echo -e '\n\n\e[1;31mPasswords did not match, try again\e[0m'
fi
done
echo -e '\n\n\e[1;32mMail password has been saved\e[0m\n'