mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
修复挂载配置文件修改 docker 内不更新的问题
This commit is contained in:
parent
19532b46da
commit
8ce09c3684
@ -66,4 +66,11 @@ crontab $mergedListFile
|
||||
|
||||
echo "Start crontab task main process..."
|
||||
echo "启动 crondtab 定时任务主进程..."
|
||||
|
||||
if [ $CUSTOM_LIST_FILE ]; then
|
||||
chmod -R 777 $customListFile
|
||||
fi
|
||||
|
||||
chmod -R 777 /dailycheckin/config.json
|
||||
|
||||
crond -f
|
Loading…
Reference in New Issue
Block a user