add variables to cleanup filter also

This commit is contained in:
mp3geek 2012-08-15 20:46:19 +12:00
parent c7a1fb4728
commit 5be508848e

View File

@ -16,6 +16,15 @@ if [ ! -d "/tmp/ieramdisk/subscriptions" ]; then
mkdir /tmp/ieramdisk/subscriptions
mkdir /tmp/ieramdisk/subscriptions/temp
fi
# Variables
#
export MAINDIR="/tmp/Ramdisk/www"
export GOOGLEDIR="/tmp/hgstuff/fanboy-adblock-list"
export TESTDIR="/tmp/work"
export IEDIR="/tmp/ieramdisk"
export SUBS="/tmp/ieramdisk/subscriptions"
export ZIP="nice -n 19 /usr/local/bin/7za"
export NICE="nice -n 19"
# Now remove filters that cause issues in IE (and false positives)
#