10000 fix · laraveladmin-cn/laraveladmin@0129544 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0129544

Browse files
committed
fix
1 parent f23f5c3 commit 0129544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/php/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ numprocs=1
7171
redirect_stderr=true
7272
stdout_logfile=${code_dir}/${project}/storage/logs/supervisor_swoole.log" > /etc/supervisor/conf.d/"${project}"_swoole.conf
7373
fi
74-
done
75-
supervisord -c /etc/supervisor/supervisord.conf
74+
done
75+
supervisord -c /etc/supervisor/supervisord.conf
7676
fi
7777
#supervisorctl stop all
7878
php-fpm

0 commit comments

Comments
 (0)
0