diff options
-rwxr-xr-x | bin/maintainance.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/maintainance.sh b/bin/maintainance.sh index e5e61ed1..51fd8999 100755 --- a/bin/maintainance.sh +++ b/bin/maintainance.sh @@ -37,7 +37,6 @@ chroot_checks() { remove_old_rebootstrap_logs() { # find and warn about old temp directories OLDSTUFF=$(find /var/lib/jenkins/jobs/rebootstrap_* -maxdepth 0 -mtime +7 -name log_content.html -exec rm -v {} \;) - fi if [ ! -z "$OLDSTUFF" ] ; then echo "Old html logs have been deleted:" echo "$OLDSTUFF" |