aboutsummaryrefslogtreecommitdiff
path: root/script/dev-clean.sh
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-29 16:48:49 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-29 17:03:19 +0100
commit07e87595f8c12a6e60c90b3eb11ab89d7f719420 (patch)
tree15f698ec9fb821520c9edb4e6de69b1f018018be /script/dev-clean.sh
parentfed97f37e1f0cc2ed8e06f4b76ed0cfcf4a24c97 (diff)
downloadgarage-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-xscript/dev-clean.sh7
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