From b0880a2fc42e763d7b87a34ee67539cab820fa77 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 11 Dec 2025 12:45:05 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 58b6eeb..e1e1ec9 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -46,7 +46,6 @@ if [ ! -e /lib/modules/*/kernel/drivers/net ]; then mkdir -p /lib/modules/*/kernel/drivers/net fi - sleep 2; mv /tun.ko /lib/modules/*/kernel/drivers/net ln -sf "../init.d/tailscale-daemon" "/etc/rc0.d/K60tailscale-daemon" ln -sf "../init.d/tailscale-daemon" "/etc/rc1.d/K60tailscale-daemon" @@ -56,8 +55,6 @@ ln -sf "../init.d/tailscale-daemon" "/etc/rc5.d/S60tailscale-daemon" ln -sf "../init.d/tailscale-daemon" "/etc/rc6.d/K60tailscale-daemon" #opkg install iptables 1>/dev/null 2>%1 - sleep 2; - tailscale up fi if [ -f /zImage ] ; then rm -r /zImage