From 07e87595f8c12a6e60c90b3eb11ab89d7f719420 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 29 Nov 2020 16:48:49 +0100 Subject: S3 does not support accentuated buckets + add a script to clean tmp --- script/dev-clean.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script/dev-clean.sh (limited to 'script/dev-clean.sh') 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 -- cgit v1.2.3