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

This commit is contained in:
nate 1996-03-05 05:35:48 +00:00
parent ec145aa7ae
commit 024c50eb47

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