feat: add docker-compose file

This commit is contained in:
ttionya
2020-06-05 19:23:29 +08:00
parent b9e5ab9983
commit 6688f66fe7
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function check_rclone_connection() {
########################################
function init_env() {
# CRON
local CRON_DEFAULT="0 1 * * *"
local CRON_DEFAULT="5 * * * *"
if [[ -z "${CRON}" ]]; then
CRON="${CRON_DEFAULT}"
fi