Add service status on the web admin
This commit is contained in:
@@ -7,7 +7,7 @@ domain=$(sudo yunohost app setting hotspot domain)
|
||||
sudo service ynh-hotspot stop
|
||||
sudo yunohost service remove ynh-hotspot
|
||||
sudo rm -f /etc/init.d/ynh-hotspot
|
||||
sudo rm -f /tmp/.ynh-hotspot-boot
|
||||
sudo rm -f /tmp/.ynh-hotspot-*
|
||||
|
||||
# Remove confs
|
||||
sudo rm -f /etc/hostapd/hostapd.conf{.tpl,} /etc/radvd.conf{.tpl,} /etc/dhcp/dhcpd.conf{.tpl,}
|
||||
@@ -28,6 +28,6 @@ sudo userdel -f wifiadmin
|
||||
# Remove packets
|
||||
# The yunohost policy is currently to not uninstall packets (dependency problems)
|
||||
## sudo apt-get --assume-yes --force-yes remove hostapd radvd isc-dhcp-server iptables
|
||||
## sudo apt-get --assume-yes --force-yes remove sipcalc iwconfig
|
||||
## sudo apt-get --assume-yes --force-yes remove sipcalc iw
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user