Browse Source

delete legacy files only when multissid detected

HgO 1 year ago
parent
commit
b840bac031
1 changed files with 5 additions and 5 deletions
  1. 5 5
      scripts/upgrade

+ 5 - 5
scripts/upgrade

@@ -128,12 +128,12 @@ fi
 
 if [[ -n ${multissid} ]]; then
     ynh_app_setting_delete --app=$app --key=multissid
-fi
 
-ynh_secure_remove --file="/etc/hostapd/hostapd.conf"
-ynh_secure_remove --file="/etc/hostapd/hostapd.base.conf"
-ynh_secure_remove --file="/etc/hostapd/hostapd.accesspoint.conf"
-ynh_secure_remove --file="/etc/dnsmasq.dhcpd/"
+	ynh_secure_remove --file="/etc/hostapd/hostapd.conf"
+	ynh_secure_remove --file="/etc/hostapd/hostapd.base.conf"
+	ynh_secure_remove --file="/etc/hostapd/hostapd.accesspoint.conf"
+	ynh_secure_remove --file="/etc/dnsmasq.dhcpd/"
+fi
 
 # Old stuff prior to 2.x