aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/infrastructure/scripts/gc.sh2
1 files changed, 1 insertions, 1 deletions
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() {