diff --git a/scripts/config b/scripts/config index 70939ea..70ddc89 100644 --- a/scripts/config +++ b/scripts/config @@ -122,7 +122,7 @@ apply_config() { #================================================= # Change the password if needed - if [ "$encrypt" ] + if [ "$encrypt" = true ] then ynh_print_OFF test -n "$encrypt_password" || ynh_die --message="The password for encryption can't be empty if you choose to enable encryption."