@ -49,6 +49,23 @@ case $ROLE in
ttyd -p 3787 bash &
/main.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
tail -f /dev/null
# Start ssh server