#!/bin/bash
test=`/bin/ps -A | /bin/grep getty`
if [ -f /proc/progress ] && [ ! -n "$test" ]; then
    /usr/bin/chvt 10
fi
