healthchecks: Fix call to tools.func

This commit is contained in:
tremor021 2025-06-13 19:45:05 +02:00
parent 7b4cdfb8d0
commit 5941be477b

View File

@ -50,7 +50,7 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC'"
msg_ok "Set up Database"
msg_info "Setup healthchecks"
install_from_gh_release "healthchecks" "healthchecks/healthchecks" "source"
fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks" "source"
cd /opt/healthchecks
$STD uv venv .venv
$STD source .venv/bin/activate