# # /root/.bash_profile # # Run setup if this is the first login if [ `tty` = "/dev/vc/1" ]; then if [ ! -f /tmp/notfirst ]; then touch /tmp/notfirst setup else echo >/dev/null fi else echo >/dev/null fi