From 16f11425a26e7ac2fe91e8b2332fe5ed378b0c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 29 May 2016 16:43:43 +0200 Subject: [PATCH] [fix] There is no old settings to remove at upgrade in this app --- scripts/upgrade | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8acea57..490a18d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -51,8 +51,6 @@ if [[ $is_public -eq 1 ]]; then # See install script ynh_app_setting_set "$app" unprotected_uris "/" - # Remove old settings - ynh_app_setting_delete "$app" skipped_uris fi # If a dedicated php-fpm process is used: