diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-08-05 14:24:02 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-08-05 14:24:02 +0200 |
commit | 4ba4b79cfd0bb4a8236bb7b7abb300f365be4c96 (patch) | |
tree | be150e9f5eab021dfecc373c55de617344201c2b /shutdown | |
parent | e9a0eef898a7f24b8da3020746d49602b4f71fcc (diff) |
Fix output
Diffstat (limited to 'shutdown')
-rwxr-xr-x | shutdown | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ #!/bin/sh -pidof ollama | xargs -r kill -pidof qdrant | xargs -r kill +pg_ctl stop -D ~/projects/rag/data/postgres >/dev/null 2>&1 && + pidof ollama | xargs -r kill && + pidof qdrant | xargs -r kill |