diff options
Diffstat (limited to 'scripts/cron.sh')
-rw-r--r-- | scripts/cron.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cron.sh b/scripts/cron.sh index 3bd483e..1ce9e65 100644 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -10,7 +10,7 @@ while true; do break fi tag_age["${!key}"]="${!val}" - i=$((i+1)) + i=$((i + 1)) done declare -A unlinked_tag_age @@ -22,7 +22,7 @@ while true; do break fi unlinked_tag_age["${!key}"]="${!val}" - i=$((i+1)) + i=$((i + 1)) done timeout "${SCRIPT_TIMEOUT}" "${PYTHON_PATH}" "${SCRIPT_PREFIX}"/tag-based-on-dir.py \ |