lapineige 1 year ago
parent
commit
83deac04f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -39,7 +39,7 @@ ynh_script_progression --message="Validating installation parameters..."
 final_path=/opt/yunohost/$app
 final_path=/opt/yunohost/$app
 test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
 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."
 	test -n "$encryption_pwd" || ynh_die --message="encryption_pwd can't be empty if you choose to enable encryption."
 fi
 fi