From b2f31998950a8e3c0153df0814fe961d1223f8ae Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 13 Oct 2024 01:04:15 +0300 Subject: [PATCH] /etc/init.d/ucitrack restart --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 346d4d6..595d954 100755 --- a/install.sh +++ b/install.sh @@ -15,4 +15,6 @@ echo "Installed..." opkg install $DOWNLOAD_DIR/podkop*.ipk opkg install $DOWNLOAD_DIR/luci-app-podkop*.ipk +/etc/init.d/ucitrack restart + echo "Install sing-box for proxy, or install and configure WG/OpenVPN/AWG/etc for VPN mode" \ No newline at end of file