Minor issue in ubuntu-vici-prereq-0.16.sh
Posted: Mon Apr 20, 2009 5:35 am
Lines 303-304:
Second line should be:
May not be important, but keeps log error free
- Code: Select all
...
mkdir /tmp/eaccelerator 2>> $LOGFILE >> $LOGFILE
chmod 0755 eaccelerator 2>> $LOGFILE >> $LOGFILE
...
Second line should be:
- Code: Select all
chmod 0755 /tmp/eaccelerator 2>> $LOGFILE >> $LOGFILE
May not be important, but keeps log error free