correct change_configuration for lite configuration
[debian6500.git] / master / opt / cluster / slave / etc / rc.local
index 37c199c94e4e2614a38938d20f1de53c7130d719..9268f57b2dcdcffa0b87dce04dd817a6acfa8f08 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # rc.local
 #
@@ -8,11 +8,10 @@
 #
 # In order to enable or disable this script just change the execution
 # bits.
-#
-# By default this script does nothing.
 
+# fill screen of dummy lines to keep last messages in history
 for i in $(seq 1 25); do
-       echo TRC6500
+  echo TRC6500
 done
 
 exit 0