mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-13 11:41:07 +00:00
8 lines
118 B
Bash
8 lines
118 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
killall -9 garage || echo "garage is not running"
|
||
|
rm -rf /tmp/garage*
|
||
|
rm -rf /tmp/config.*.toml
|