1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Syntax error

This commit is contained in:
Maniack Crudelis 2020-04-03 13:26:08 +02:00 committed by GitHub
parent b0219f172c
commit 4f6dd36da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ is_password_exist=0
ynh_print_OFF; password=$(ynh_app_setting_get --app=$app --key=password) ynh_print_OFF; password=$(ynh_app_setting_get --app=$app --key=password)
if [ -n "$password" ] if [ -n "$password" ]
then then
ynh_print_warn --memssage="A password already exist, it will not be replaced." ynh_print_warn --message="A password already exist, it will not be replaced."
# If a password already exist, unset the variable password and to not change it. # If a password already exist, unset the variable password and to not change it.
unset password unset password
is_password_exist=1 is_password_exist=1