feat: Updates hpa and config to mount home directory inside container.

This commit is contained in:
2025-11-07 15:59:40 -05:00
parent 0636832796
commit 9af452c849
4 changed files with 20 additions and 10 deletions

View File

@@ -105,4 +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
date +%s >"$HPA_CONFIG_DIR/.lastpull"