From 5b9a376d2d9a501e8e933558b33197ee176eb28d Mon Sep 17 00:00:00 2001 From: Selamanse Date: Wed, 19 Jul 2017 14:01:50 +0200 Subject: [PATCH] Revert sso setting --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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