增加备注

This commit is contained in:
2024-04-19 23:32:45 +08:00
parent 05998e47c5
commit eb4973d689

View File

@@ -17,6 +17,8 @@ nohup php /var/www/html/think timer --local --quit &
# 输出参数
echo "参数为:$@"
# TODO增加自动批量运行并阻塞的脚本比如group default 会调用auto.sh的default的部分最终阻塞auth.sh的default部分可能会运行一系列的命令比如清空缓存踢人下线重置密码
if [ "$1" = "server" ] || [ "$1" = "" ]; then
# 运行nginx
service nginx start