Loading src/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ if ! [ -z "$OPENDELTA_BUILDS_JSON" ]; then fi if [ "$DELETE_OLD_LOGS" -gt "0" ]; then find "$LOGS_DIR" -maxdepth 1 -name repo-*.log | sort | head -n -$DELETE_OLD_LOGS | xargs rm find "$LOGS_DIR" -maxdepth 1 -name repo-*.log | sort | head -n -$DELETE_OLD_LOGS | xargs -r rm fi if [ -f /root/userscripts/end.sh ]; then Loading Loading
src/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,7 @@ if ! [ -z "$OPENDELTA_BUILDS_JSON" ]; then fi if [ "$DELETE_OLD_LOGS" -gt "0" ]; then find "$LOGS_DIR" -maxdepth 1 -name repo-*.log | sort | head -n -$DELETE_OLD_LOGS | xargs rm find "$LOGS_DIR" -maxdepth 1 -name repo-*.log | sort | head -n -$DELETE_OLD_LOGS | xargs -r rm fi if [ -f /root/userscripts/end.sh ]; then Loading