From 302c7c46541d3407dd0a5174e4c8ec2b517133e4 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 09:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0491e43..12de23d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash APP_NAME="qry-python-js" -source /usr/share/nvm/init-nvm.sh +#source /usr/share/nvm/init-nvm.sh nvm use 20 if pm2 status | grep -q "$APP_NAME.*online"; then echo "Application $APP_NAME is running."