From 9bd06589841aa2cde68fa075fa254d44b164a44c Mon Sep 17 00:00:00 2001 From: ljm42 Date: Mon, 19 May 2025 11:02:34 -0700 Subject: [PATCH] feat: safe mode go script handling --- etc/rc.d/rc.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/rc.d/rc.local b/etc/rc.d/rc.local index 7e0660a5b..25909ceee 100755 --- a/etc/rc.d/rc.local +++ b/etc/rc.d/rc.local @@ -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