diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-02 13:14:11 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-07-02 13:14:11 +0900 |
| commit | 7be614fa7aa9672e0ebe0424be2e3dae88c75c83 (patch) | |
| tree | 4a11344c1c1b3d600f30bdc33e34e9019aa55e97 /hetzner-admin | |
| parent | 73da9a6f0afe31bb1c45a339cb1afa8dc2731b28 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'hetzner-admin')
| -rwxr-xr-x | hetzner-admin/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
