diff options
Diffstat (limited to 'script/dev-clean.sh')
-rwxr-xr-x | script/dev-clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/dev-clean.sh b/script/dev-clean.sh index 151c5547..60065a3d 100755 --- a/script/dev-clean.sh +++ b/script/dev-clean.sh @@ -3,5 +3,6 @@ set -ex killall -9 garage || echo "garage is not running" +killall -9 socat || echo "socat is not running" rm -rf /tmp/garage* rm -rf /tmp/config.*.toml |