Add service status on the web admin
This commit is contained in:
@@ -38,7 +38,7 @@ fi
|
||||
sudo apt-get --assume-yes --force-yes install hostapd radvd isc-dhcp-server iptables php5-fpm
|
||||
|
||||
# Extra packages
|
||||
sudo apt-get --assume-yes --force-yes install sipcalc iwconfig
|
||||
sudo apt-get --assume-yes --force-yes install sipcalc iw
|
||||
|
||||
# Compute extra arguments
|
||||
if [ -z "${ip6_net}" ]; then
|
||||
@@ -147,8 +147,6 @@ sudo yunohost service disable hostapd
|
||||
|
||||
sudo yunohost service add php5-fpm
|
||||
sudo yunohost service enable php5-fpm
|
||||
sudo yunohost service stop php5-fpm
|
||||
sudo yunohost service start php5-fpm
|
||||
|
||||
sudo service nginx reload
|
||||
|
||||
|
||||
@@ -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