From b9ec1059b2fccdcbbfbee2ad41a370f31ae2c5a4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Apr 2023 06:29:25 -0300 Subject: gc.sh: Add "-v" to gc_deploy --- src/infrastructure/scripts/gc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/scripts/gc.sh b/src/infrastructure/scripts/gc.sh index c642627..7f44626 100755 --- a/src/infrastructure/scripts/gc.sh +++ b/src/infrastructure/scripts/gc.sh @@ -100,7 +100,7 @@ gc_deploy() { ! -path /opt/deploy -prune \ -type d \ -not -name "$(today)*" \ - -exec rm -rf "{}" ';' + -exec rm -rvf "{}" ';' } gc_trash() { -- cgit v1.2.3