feat: safe mode go script handling

This commit is contained in:
ljm42
2025-05-19 11:02:34 -07:00
parent 31e50e5add
commit 9bd0658984

View File

@@ -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