Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousUse committed Mar 6, 2021
1 parent e206b45 commit 699df88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function Run_HangUp {
if type pm2 >/dev/null 2>&1; then
pm2 flush
pm2 stop ${js}.js 2>/dev/null
pm2 start ${js}.js
pm2 start -a ${js}.js
else
Run_Nohup >/dev/null 2>&1
fi
Expand Down

0 comments on commit 699df88

Please sign in to comment.