uploadbar dir no longer needed

This commit is contained in:
Chris Buechler 2015-04-04 00:11:10 -05:00
parent 7dff06c41d
commit a8c07dc8e0

4
etc/rc
View File

@ -319,10 +319,6 @@ trap "echo 'Reboot interrupted'; exit 1" 3
# Remove old nameserver resolution files
/bin/rm -f /var/etc/nameserver*
# Create uploadbar tmp directory
/bin/mkdir -p /tmp/uploadbar
/bin/chmod 0777 /tmp/uploadbar
echo -n "."
DISABLESYSLOGCLOG=`/usr/bin/grep -c disablesyslogclog /cf/conf/config.xml`
ENABLEFIFOLOG=`/usr/bin/grep -c usefifolog /cf/conf/config.xml`