ghuser1 commited on
Commit
21d767c
·
verified ·
1 Parent(s): 3c92e56

Update scripts/entrypoint.sh

Browse files
Files changed (1) hide show
  1. scripts/entrypoint.sh +3 -0
scripts/entrypoint.sh CHANGED
@@ -6,6 +6,9 @@
6
  #开启定时任务
7
  cron
8
 
 
 
 
9
 
10
 
11
  echo "======================写入rclone配置========================\n"
 
6
  #开启定时任务
7
  cron
8
 
9
+ echo -e "======================启动nginx========================\n"
10
+ nginx -s reload 2>/dev/null || nginx -c /etc/nginx/nginx.conf
11
+ echo -e "nginx启动成功...\n"
12
 
13
 
14
  echo "======================写入rclone配置========================\n"