diff --git a/scripts/install b/scripts/install index 3aaad4c..76d8d4b 100644 --- a/scripts/install +++ b/scripts/install @@ -99,7 +99,7 @@ sudo chown -R www-data: $final_path sudo service nginx reload if [ "$is_public" = "Yes" ]; then - ynh_app_setting_set $app skipped_regex "$domain$path/.*" + ynh_app_setting_set "$app" skipped_uris "/" fi sudo systemctl start Rocketchat.service