From 7be614fa7aa9672e0ebe0424be2e3dae88c75c83 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 2 Jul 2026 13:14:11 +0900 Subject: Unify install.sh pattern: always delegate to deploy.sh Both hetzner-admin and vpn install.sh were calling docker compose directly instead of going through their own deploy.sh, unlike mail which already followed the correct pattern. Co-Authored-By: Claude Sonnet 4.6 --- hetzner-admin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hetzner-admin') diff --git a/hetzner-admin/install.sh b/hetzner-admin/install.sh index f175cf9..360424d 100755 --- a/hetzner-admin/install.sh +++ b/hetzner-admin/install.sh @@ -28,4 +28,4 @@ fi chmod +x "$(pwd)/run-command.sh" -docker compose up -d --build +bash "$(pwd)/deploy.sh" -- cgit v1.2.3