adjust info text when starting nfs services
authorMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 18:10:20 +0000 (19:10 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 16 Nov 2006 18:10:20 +0000 (19:10 +0100)
grml-terminalserver

index ab28ff2..20bfe29 100755 (executable)
@@ -251,7 +251,7 @@ function actionStart
 
   runIptables
 
-  echo "Starting nfs: "
+  echo "Finally starting nfs services..."
   startNfs && echo "Sucessfully finished startup of grml-terminalserver." || echo 'Startup of grml-terminalserver-config failed!'
 }