]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix makeqosscripts
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 May 2009 17:06:48 +0000 (19:06 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 18 May 2009 17:06:48 +0000 (19:06 +0200)
config/qos/makeqosscripts.pl

index 94b53a46634c90eacfdd2afd9af9ca87ddbfe57b..53955e0ae20f1fd50c04aeb344eae3ee55918183 100644 (file)
@@ -111,8 +111,8 @@ print <<END
 # RED INTERFACE:       $qossettings{'RED_DEV'}
 # IMQ DEVICE:          $qossettings{'IMQ_DEV'}
 
-eval $(/usr/local/bin/readhash /var/ipfire/main/settings)
-if [ "$RRDLOG" == "" ]; then
+eval \$(/usr/local/bin/readhash /var/ipfire/main/settings)
+if [ "\$RRDLOG" == "" ]; then
        RRDLOG=/var/log/rrd
 fi