9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
|
|
echo "reloading confs..."
|
|
docker compose restart akkoma
|
|
sleep 3
|
|
docker compose logs --tail 30 akkoma
|