mirror of
https://github.com/unraid/webgui.git
synced 2026-01-03 16:14:54 -06:00
feat: safe mode go script handling
This commit is contained in:
@@ -252,8 +252,7 @@ if [[ -f $CONFIG/$GO ]]; then
|
||||
fromdos <$CONFIG/$GO >/var/tmp/$GO
|
||||
chmod +x /var/tmp/$GO
|
||||
/var/tmp/$GO
|
||||
fi
|
||||
if [[ ! -f /var/run/emhttpd.socket ]]; then
|
||||
else
|
||||
log "Starting emhttp"
|
||||
/usr/local/sbin/emhttp
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user