From 4f6dd36da64d4e0b15b631c990c834ff79eda851 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 3 Apr 2020 13:26:08 +0200 Subject: [PATCH] Syntax error --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 94463cd..104c718 100644 --- a/scripts/config +++ b/scripts/config @@ -35,7 +35,7 @@ is_password_exist=0 ynh_print_OFF; password=$(ynh_app_setting_get --app=$app --key=password) if [ -n "$password" ] 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. unset password is_password_exist=1