mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-13 03:31:30 +00:00
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
|