Skip to content

Commit 8a2b27a

Browse files
committed
fixed: start-shell's context bug
1 parent e7569dc commit 8a2b27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# pm2 save
55
# pm2 startup centos
66

7+
cd `dirname $0`
8+
79
if [ "$1" == "" ]; then
810
npm run prod
911
else

0 commit comments

Comments
 (0)