From 65149cd0ee5063f479d1e9d0322fb4b916e604f4 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 3 Mar 2019 16:36:44 +0100 Subject: [PATCH] solved issue#29 --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5ca4889..259d4c4 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -110,9 +110,9 @@ ynh_add_fpm_config # ... ## === modif perso ==== -ynh_print_info "Removing install.php and /update" +ynh_print_info "Removing install.php" ynh_secure_remove ${final_path}/install.php # modif perso -ynh_secure_remove ${final_path}/update # modif perso +#ynh_secure_remove ${final_path}/update # modif perso # Issue#29 ## === modif perso ==== #=================================================