Whamcloud - gitweb
Get the correct return code from the setup, not from echo.
authoradilger <adilger>
Fri, 19 Jul 2002 05:40:58 +0000 (05:40 +0000)
committeradilger <adilger>
Fri, 19 Jul 2002 05:40:58 +0000 (05:40 +0000)
lustre/scripts/lustre

index df09c0a..6a1ff0a 100755 (executable)
@@ -30,8 +30,8 @@ fi
 start() {
         echo -n $"Starting $SERVICE: "
        /usr/sbin/llrsetup.sh
-        echo $SERVICE
         RETVAL=$?
+        echo $SERVICE
         [ $RETVAL = 0 ] && touch $LOCK
 }