diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-11 11:49:04 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-11 11:49:04 -0700 |
commit | 1e391c3dee7c0d907f09a6c4aa51f75993f7ed49 (patch) | |
tree | 5cc9ddfcb2728415c4690b46aee68aa379374426 | |
parent | dde3326d94a99b509853355f6cea5f2ab513cded (diff) | |
download | vyatta-cfg-qos-1e391c3dee7c0d907f09a6c4aa51f75993f7ed49.tar.gz vyatta-cfg-qos-1e391c3dee7c0d907f09a6c4aa51f75993f7ed49.zip |
remove CLI backend env variables usage
* these are no longer necessary with the new CLI library.
-rwxr-xr-x | scripts/ppp/qos | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/ppp/qos b/scripts/ppp/qos index ffa618e..b510cae 100755 --- a/scripts/ppp/qos +++ b/scripts/ppp/qos @@ -1,10 +1,5 @@ #! /bin/bash -# setup the config environment -export VYATTA_ACTIVE_CONFIGURATION_DIR=/opt/vyatta/config/active -export VYATTA_EDIT_LEVEL="/" -export VYATTA_TEMPLATE_LEVEL="/" - /opt/vyatta/sbin/vyatta-cfg-cmd-wrapper begin /opt/vyatta/sbin/vyatta-qos.pl --start-interface $1 |