Update unlock.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 91099eeb9a
commit 17f4690179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      unlock.sh

@ -459,7 +459,8 @@ action5(){
[ -n "$UNLOCK_MODE_NOW" ] && uninstall
TASK=""
RESULT_OUTPUT="${T[${L}44]}"
check_dependencies nodejs 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

Loading…
Cancel
Save