Whamcloud - gitweb
LU-14707 tests: Prefer #!/bin/bash
[fs/lustre-release.git] / lustre / scripts / lc_mon
index ac4be84..f3f2fb9 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Given one or more Lustre objects, create a mon configuration file
 # naming the mon watches based on the Lustre object names 
@@ -136,4 +136,4 @@ do
 done
 
 echo "Mon config completed - new mon config is $TMPMONCFG"
-exit 0
\ No newline at end of file
+exit 0