feat: Adds auto-pull options to hpa with a default pull interval of 1 hour.

This commit is contained in:
2025-11-06 16:22:35 -05:00
parent b090430cd8
commit e0214a49d2
3 changed files with 26 additions and 14 deletions

View File

@@ -105,3 +105,4 @@ fi
[[ $docker_flag == "1" ]] && pull-docker
[[ $playbook_flag == "1" ]] && pull-playbook
[[ $template_flag == "1" ]] && pull-template
echo "$(date +%s)" >>$HPA_CONFIG_DIR/.lastpull