diff options
Diffstat (limited to 'hetzner-admin/run-command.sh')
| -rwxr-xr-x | hetzner-admin/run-command.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hetzner-admin/run-command.sh b/hetzner-admin/run-command.sh index 50280b9..0ed9fe3 100755 --- a/hetzner-admin/run-command.sh +++ b/hetzner-admin/run-command.sh @@ -18,6 +18,9 @@ case "$SSH_ORIGINAL_COMMAND" in "docker compose -f /app/infra/hetzner-admin/docker-compose.yml restart") exec docker compose -f /app/infra/hetzner-admin/docker-compose.yml restart ;; + "bash /app/infra/claude/restart-sessions.sh") + exec bash /app/infra/claude/restart-sessions.sh + ;; "reboot") exec reboot ;; |
