1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

The service is now based on yunohost settings, allowing to update the setup though the web interface with yunohost app setting commands

This commit is contained in:
Julien VAUBOURG 2014-11-09 00:48:13 +01:00
parent 457f023e09
commit 2c44b2a7ec

View file

@ -270,6 +270,9 @@ case "$1" in
start_dhcpd start_dhcpd
fi fi
fi fi
# Update dynamic settings
moulinette_set internet_device "${new_internet_device}"
;; ;;
stop) stop)
echo "Stopping..." echo "Stopping..."