mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-03 16:32:48 +08:00
fix(timer): 修正定时器参数拼写 quit -> quiet(静默模式)
This commit is contained in:
@@ -52,7 +52,7 @@ echo "参数为:$@"
|
||||
|
||||
if [ "$1" = "server" ] || [ "$1" = "" ]; then
|
||||
# Run timer (background)
|
||||
su -www-data -c "nohup php /var/www/html/think timer --local --quit &"
|
||||
su -www-data -c "nohup php /var/www/html/think timer --local --quiet &"
|
||||
# Run nginx
|
||||
service nginx start
|
||||
# Run php-fpm (foreground, keeps container alive)
|
||||
|
||||
Reference in New Issue
Block a user