Commit f76ce377 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: further shorten irc message

parent 9fb10bd1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,7 +156,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
		cd ../..
	done
	if [ -n "$SICK" ] ; then
		SICK=$(echo "$SICK" | sed 's#.debian.net##g')
		if echo "$SICK" | grep -q ' ' 2>/dev/null ; then
			SICK=$(echo "$SICK" | sed 's# # and #g')
			MESSAGE="$SICK have health problems and have temporarily been marked as offline."
		else
			MESSAGE="$SICK has health problems and has temporarily been marked as offline."