From 9d07b32e46b6d294e496700b1265321693fe7aa4 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 19 Oct 2023 20:16:55 +0800 Subject: [PATCH] [modify] remove initialization of openwrt --- update/init.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update/init.sh b/update/init.sh index 9f842ec..f4d9b1b 100644 --- a/update/init.sh +++ b/update/init.sh @@ -6,12 +6,12 @@ mv /opt/wd/99-Temp/shutdown /opt/wd/99-Temp/shutdown.old mv /opt/wd/99-Temp/reboot /opt/wd/99-Temp/reboot.old #============================================================================== -ip link set enp1s0 promisc on -ip link set enp2s0 promisc on -ip link set wlx90de80ca01ec promisc on +# ip link set enp1s0 promisc on +# ip link set enp2s0 promisc on +# ip link set wlx90de80ca01ec promisc on #============================================================================== -sleep 20 -/usr/bin/bash /opt/scripts/update/macvlan.sh +# sleep 20 +# /usr/bin/bash /opt/scripts/update/macvlan.sh #============================================================================== # nohup /usr/bin/bash /opt/scripts/update/jekyll_update.sh > /dev/null 2>&1 & # /usr/bin/mount -t ext4 -w UUID="b7c2c4b8-bfde-479b-80bb-655432a433b8" /opt/wd