diff options
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index d68a4ce9..f3722302 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -58,7 +58,10 @@ check_candidates() { # CANDIDATES="$@" check_candidates -MESSAGE="$TOTAL package(s) manually (re-)scheduled: $PACKAGES" +if [ $#{PACKAGES} -gt 256 ] ; then + BLABLABLA="..." +fi +MESSAGE="$TOTAL package(s) manually (re-)scheduled: ${PACKAGES:0:256}$BLABLABLA" # finally schedule_packages |