From 39c681c906c8fdf6eff27fdb8ec309a8ed359550 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:34:43 +0800 Subject: [PATCH] Update unlock.sh --- unlock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unlock.sh b/unlock.sh index 34bbad8..295ac37 100644 --- a/unlock.sh +++ b/unlock.sh @@ -459,8 +459,8 @@ action5(){ [ -n "$UNLOCK_MODE_NOW" ] && uninstall TASK="" RESULT_OUTPUT="${T[${L}44]}" -node -v >/dev/null 2>&1 && check_dependencies nodejs -node -v >/dev/null 2>&1 && check_dependencies npm +node -v >/dev/null 2>&1 || check_dependencies nodejs +node -v >/dev/null 2>&1 || check_dependencies npm npm install -g pm2 export_unlock_file pm2 start /etc/wireguard/warp_unlock.sh