2
0
Nils Ohlmeier 23 жил өмнө
parent
commit
7cff0dea39
1 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 2
      etc/serresponse

+ 0 - 2
etc/serresponse

@@ -45,12 +45,10 @@ if [ ! -e $LOCKF ] ; then
 		echo "  $SIPSAKCMD" >> $TMP2
 		echo "produced this output:" >> $TMP2
 		$SIPSAKCMD >> $TMP2 2>&1
-		echo "$SIPSAKCMD = $?"
 		if [ $? -eq 3 ] ; then
 			echo "  $SIPSAKNCMD" >> $TMP3
 			echo "produced this output:" >> $TMP3
 			$SIPSAKNCMD >> $TMP3 2>&1
-			echo "$SIPSAKNCMD = $?"
 			if [ $? -le 1 ] ; then
 				echo "ser did not responses (fast enough) on the sipsak requests with fqdn in Via" >> $TMP
 				echo "but the test with IPs in Via succeeded." >> $TMP