Browse Source

Fixed a typo in mail subject

Nils Ohlmeier 22 years ago
parent
commit
57fc358b05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/serresponse

+ 1 - 1
etc/serresponse

@@ -116,7 +116,7 @@ if [ ! -e $LOCKF ] ; then
 	
 	if [ -e $TMP ] ; then
 		if [ $HOSTN = $RUNHOST ] ; then
-			$MAILCOMMAND -s "$SER_SUBJECT" $NOTIFY < $TMP
+			$MAILCOMMAND -s "$SERR_SUBJECT" $NOTIFY < $TMP
 			rm -f $TMP
 			touch $LOCKF
 			for i in $SMSNUMBERS; do