summaryrefslogtreecommitdiff
path: root/db-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'db-cleanup')
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 0c093c2..b12e9c1 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -26,7 +26,7 @@ trap 'trap_exit "$(gettext "TERM signal caught. Exiting...")"' TERM HUP QUIT
trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT
trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
-(( CLEANUP_DRYRUN )) && EXTRAFLAGS+=" --dry-run"
+${CLEANUP_DRYRUN} && EXTRAFLAGS+=" --dry-run"
for _repo in ${ARCHREPOS[@]}; do
for _arch in ${ARCHARCHES[@]}; do