145a146,151 > # If the log file doesn't exist, create it. > if [ ! -x $LOGFILE ]; then > einfo "Creating $LOGFILE ..." > touch $LOGFILE > fi >