From f52ae4d0738945a955004b649565acb04b3176c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Jun 2022 13:51:38 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b2426e7..cb74c22 100644 --- a/scripts/install +++ b/scripts/install @@ -169,8 +169,7 @@ then ynh_replace_string --match_string="define('REMEMBER_ME_AUTH'.*$" --replace_string="define('REMEMBER_ME_AUTH', true);" --target_file="$final_path/config.php" ynh_replace_string --match_string="define('DISABLE_LOGOUT'.*$" --replace_string="define('DISABLE_LOGOUT', false);" --target_file="$final_path/config.php" else - ynh_permission_update --permission="main" --url="/jsonrpc.php" --add="visitors" - #ynh_app_setting_set --app=$app --key=unprotected_uris --value="/jsonrpc.php" + ynh_app_setting_set --app=$app --key=unprotected_uris --value="/jsonrpc.php" fi # Calculate and store the config file checksum into the app settings