mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Delete boring legacy /etc/dnsmasq.d/$app.conf if it exists
This commit is contained in:
parent
3e2bd872ce
commit
8449fc5ac8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue