summaryrefslogtreecommitdiff
path: root/stop-backend.sh
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-17 22:39:42 +0100
committeraura <nw@moneybot.cc>2026-02-17 22:39:42 +0100
commit636b0323075225c584b62719ed51e75521bb7ffb (patch)
tree61b02271b6d0695a4beffc23fb6eb062a7da22c3 /stop-backend.sh
push source
Diffstat (limited to 'stop-backend.sh')
-rwxr-xr-xstop-backend.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/stop-backend.sh b/stop-backend.sh
new file mode 100755
index 0000000..97d87e2
--- /dev/null
+++ b/stop-backend.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# sh install-site.sh
+
+echo 'stopping backend...'
+tmux kill-session -t backend
+echo 'stopping chat api...'
+tmux kill-session -t gpt_api_chat
+
+echo 'stopped.'