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

reproducible: further shorten irc message

parent f76ce377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
		cd ../..
	done
	if [ -n "$SICK" ] ; then
		SICK=$(echo "$SICK" | sed 's#.debian.net##g')
		SICK=$(echo "$SICK" | sed 's#.debian.net##g' | sed 's#-rb##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."