diff options
Diffstat (limited to 'scripts/ppp/qos')
-rwxr-xr-x | scripts/ppp/qos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ppp/qos b/scripts/ppp/qos index af5f9c4..f7b308d 100755 --- a/scripts/ppp/qos +++ b/scripts/ppp/qos @@ -1,3 +1,6 @@ #! /bin/sh +# Pretend we are inside CLI to find configuration varaibles +export VYATTA_ACTIVE_CONFIGURATION_DIR=/opt/vyatta/config/active; + /opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 |