mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 11:36:52 +00:00
Systemsettings html/scripts
Use layered help in system.html Added "strict" to systemsettings check strict.enabled in octoserve startup script
This commit is contained in:
@@ -20,7 +20,11 @@ case "$1" in
|
||||
"$0" startoctoserve
|
||||
;;
|
||||
startoctoserve)
|
||||
octoserve > /dev/null 2>&1 &
|
||||
export OPTIONS=""
|
||||
if [ -e /config/strict.enabled ]; then
|
||||
export OPTIONS=$OPTIONS" -c"
|
||||
fi
|
||||
octoserve $OPTIONS > /dev/null 2>&1 &
|
||||
;;
|
||||
stopoctoserve)
|
||||
killall octoserve
|
||||
|
||||
Reference in New Issue
Block a user