correct change_configuration for lite configuration
[debian6500.git] / master / opt / cluster / slave / etc / rc.local
CommitLineData
15d19708 1#!/bin/bash -e
4e802319 2#
3# rc.local
4#
5# This script is executed at the end of each multiuser runlevel.
6# Make sure that the script will "exit 0" on success or any other
7# value on error.
8#
9# In order to enable or disable this script just change the execution
10# bits.
4e802319 11
2c2423eb 12# fill screen of dummy lines to keep last messages in history
4e802319 13for i in $(seq 1 25); do
15d19708
TPVT
14 echo TRC6500
15done
16
4e802319 17exit 0