diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index b425ca35393c6c752e36b95866adb6a3a7c4af4f..3e7972fc337a957bf8592d5de7f995412f1190b7 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -127,7 +127,7 @@ if [ ! -z "$OLDSTUFF" ] ; then echo echo "Old temp directories for live-build found in $REP_RESULTS" echo -n "$OLDSTUFF" - find $REP_RESULTS -maxdepth 1 -type d -mtime +0 -name "live-build-*" -exec sudo rm -rf --one-file-system {} \; || true + find $REP_RESULTS -maxdepth 1 -type d -mtime +0 -name "live-build-*" -exec rm -rf --one-file-system {} \; || true echo "These old temp directories for live-build have been deleted." echo DIRTY=true