diff --git a/scripts/install b/scripts/install index e220830..5324771 100644 --- a/scripts/install +++ b/scripts/install @@ -148,11 +148,10 @@ pushd "$final_path" || ynh_die popd || ynh_die # Allow or deny registration based of is_public +registration=false if [ $is_public -eq 1 ] then - registration = true -else - registration = false + registration=true fi # Copy and modify the config file