forked from Deuxfleurs/garage
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
killall -9 garage || echo "garage is not running"
|
|
rm -rf /tmp/garage*
|
|
rm -rf /tmp/config.*.toml
|