|
@ -47,7 +47,21 @@ case $ROLE in |
|
|
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & |
|
|
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ttyd -p 3787 sh |
|
|
ttyd -p 3787 sh & |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extrarclocal=/tmp/bin/rclocal |
|
|
|
|
|
if [ -f $extrarclocal ]; then |
|
|
|
|
|
if [ -s $extrarclocal ]; then |
|
|
|
|
|
# The file is not-empty. |
|
|
|
|
|
sh /tmp/bin/rclocal 2>&1 | tee /tmp/logs/rclocal.log |
|
|
|
|
|
else |
|
|
|
|
|
# The file is empty. |
|
|
|
|
|
echo "file empty" |
|
|
|
|
|
fi |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tail -f /dev/null |
|
|
tail -f /dev/null |
|
|
|
|
|
|
|
|
# Start ssh server |
|
|
# Start ssh server |
|
|