Browse Source

Delete boring legacy /etc/dnsmasq.d/$app.conf if it exists

Alexandre Aubin 1 year ago
parent
commit
8449fc5ac8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/upgrade

+ 3 - 0
scripts/upgrade

@@ -70,6 +70,9 @@ if [ -d /var/www/wifiadmin/ ]; then
     ynh_secure_remove /var/www/wifiadmin/
 fi
 
+if [ -e /etc/dnsmasq.d/$app.conf ]; then
+    ynh_secure_remove /etc/dnsmasq.d/$app.conf
+fi
 
 if [ $firmware_nonfree = "yes" ]; then
 	firmware_nonfree=1