diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-29 16:48:49 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-29 17:03:19 +0100 |
commit | 07e87595f8c12a6e60c90b3eb11ab89d7f719420 (patch) | |
tree | 15f698ec9fb821520c9edb4e6de69b1f018018be /script/dev-clean.sh | |
parent | fed97f37e1f0cc2ed8e06f4b76ed0cfcf4a24c97 (diff) | |
download | garage-07e87595f8c12a6e60c90b3eb11ab89d7f719420.tar.gz garage-07e87595f8c12a6e60c90b3eb11ab89d7f719420.zip |
S3 does not support accentuated buckets + add a script to clean tmp
Diffstat (limited to 'script/dev-clean.sh')
-rwxr-xr-x | script/dev-clean.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/dev-clean.sh b/script/dev-clean.sh new file mode 100755 index 00000000..151c5547 --- /dev/null +++ b/script/dev-clean.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -ex + +killall -9 garage || echo "garage is not running" +rm -rf /tmp/garage* +rm -rf /tmp/config.*.toml |