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:
parent
457f023e09
commit
2c44b2a7ec
1 changed files with 3 additions and 0 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Reference in a new issue