add akkoma's (bash scripts i use)
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "reloading confs..."
|
||||
docker compose restart akkoma
|
||||
sleep 3
|
||||
docker compose logs --tail 30 akkoma
|
||||
Reference in New Issue
Block a user