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