Don't try running ruptime if /var/rwho doesn't exist.

This commit is contained in:
Nate Williams 1996-03-05 05:35:48 +00:00
parent d0e7bd781c
commit 7bd7ca5023

View File

@ -122,7 +122,9 @@ echo ""
echo "network:"
netstat -i
echo ""
ruptime
if [ -d /var/rwho ] ; then
ruptime
fi
echo ""
if [ -f /etc/Distfile ]; then