Browse Source

Update upgrade

ericgaspar 4 years ago
parent
commit
84ab0a6876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/upgrade

+ 1 - 1
scripts/upgrade

@@ -25,7 +25,7 @@ final_path=$(ynh_app_setting_get $app final_path)
 # SPECIAL UPGRADE FOR VERSIONS < 1.2.0
 #=================================================
 
-# Removing config files with naming that occured in versions < 1.2.0 ("vpnadmin" instead off "$app")
+# Removing configuration files with naming that occured in versions < 1.2.0 ("vpnadmin" instead off "$app")
 rm /etc/nginx/conf.d/${domain}.d/vpnadmin.conf 2>/dev/null 
 
 rm -f /etc/php/*/fpm/pool.d/vpnadmin.conf 2>/dev/null