From 0a79997a9740d2244a385fd6651fd5583f7d8dc1 Mon Sep 17 00:00:00 2001 From: cediackermann Date: Mon, 20 Apr 2026 09:47:13 +0200 Subject: [PATCH] update useful command --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 20ee962..68b9934 100755 --- a/setup.sh +++ b/setup.sh @@ -399,7 +399,7 @@ fi echo "" echo "Useful commands:" echo " - View Onyx logs: cd ~/riotsecure/onyx_data && docker compose logs -f" -echo " - Restart Onyx: cd ~/riotsecure/onyx_data && docker compose restart" +echo " - Restart Onyx: cd ~/riotsecure/onyx_data/deployment && docker compose restart" echo " - List Ollama models: ollama list" echo " - Update Ollama models: cd ~/riotsecure && ./updateModels.sh modelfiles" echo ""