summaryrefslogtreecommitdiff
path: root/hetzner-admin/run-command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hetzner-admin/run-command.sh')
-rwxr-xr-xhetzner-admin/run-command.sh3
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
;;