Skip to content

Commit 404638f

Browse files
committed
Update server.sh
1 parent ce4d611 commit 404638f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# sudo -H -u www ./server.sh status
1919

2020
# php执行文件的路径最好使用绝对路径,不受系统其它配置环境的影响
21-
if [ $1 = "status" ]
21+
if [ "$1" = "status" ]
2222
then
2323
php -d swoole.use_shortname='Off' ./bin/hyperf.php server:status
2424
else

0 commit comments

Comments
 (0)