From 806c38a3d1bec896977687a421275c3e5068865e Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 26 May 2022 12:17:43 +0800 Subject: [PATCH] Update menu.sh --- menu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 3562c56..9b4b58c 100644 --- a/menu.sh +++ b/menu.sh @@ -1600,9 +1600,10 @@ proxy(){ ${PACKAGE_INSTALL[int]} -f dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb rm -f Client_${SYSTEM}_${VERSION_ID}.deb + sleep 1 fi [[ $(systemctl is-active warp-svc) != active ]] && ( systemctl start warp-svc; sleep 2 ) - sleep 1 && settings + settings elif [[ $CLIENT = 2 && $(warp-cli --accept-tos status 2>/dev/null) =~ 'Registration missing' ]]; then settings