diff options
Diffstat (limited to 'stop-backend.sh')
| -rwxr-xr-x | stop-backend.sh | 10 |
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.' |
