修复挂载配置文件修改 docker 内不更新的问题

This commit is contained in:
shitao 2021-01-04 21:07:35 +08:00
parent 19532b46da
commit 8ce09c3684

View File

@ -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