Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit b595cd6

Browse files
committed
fixed kill error before start
1 parent ece3e0e commit b595cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pkill -f php trader.php
2-
nohup php trader.php watchdog >> /var/log/phptrader.log 2> /var/log/phptrader.err &
1+
pkill -f "php trader.php"
2+
nohup php trader.php watchdog >> /var/log/phptrader.log 2> /var/log/phptrader.err &

0 commit comments

Comments
 (0)