mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
systemd: Add missing clean for init sh script
This commit is contained in:
parent
78b5bb43f4
commit
f7187c4c43
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ domain=$(sudo yunohost app setting hotspot domain)
|
||||||
sudo systemctl stop ynh-hotspot
|
sudo systemctl stop ynh-hotspot
|
||||||
sudo yunohost service remove ynh-hotspot
|
sudo yunohost service remove ynh-hotspot
|
||||||
sudo systemctl disable ynh-hotspot
|
sudo systemctl disable ynh-hotspot
|
||||||
sudo rm -f /lib/systemd/system/ynh-hotspot.service
|
sudo rm -f /lib/systemd/system/ynh-hotspot.service /usr/local/bin/ynh-hotspot
|
||||||
sudo rm -f /tmp/.ynh-hotspot-*
|
sudo rm -f /tmp/.ynh-hotspot-*
|
||||||
|
|
||||||
# Update firewall for DHCP
|
# Update firewall for DHCP
|
||||||
|
|
Loading…
Reference in a new issue