From 83deac04f3476ae8004efd26d53b81fbe53a2874 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 19:46:05 +0100 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9f4b0f0..6ae8e90 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ ynh_script_progression --message="Validating installation parameters..." final_path=/opt/yunohost/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder" -if [ "$encrypt" = true]; then +if [ "$encrypt" = true ]; then test -n "$encryption_pwd" || ynh_die --message="encryption_pwd can't be empty if you choose to enable encryption." fi