diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-07-01 11:47:23 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-07-01 11:47:23 -0700 |
commit | c8aa55951d6e460ebbda20a3a0fbdc3292e6be4b (patch) | |
tree | 65cb2da6adfb3e19e72ef75cfa07e660b91e3656 | |
parent | 28517a30ea745a1544771925b26f635c72054418 (diff) | |
download | vyatta-wanloadbalance-c8aa55951d6e460ebbda20a3a0fbdc3292e6be4b.tar.gz vyatta-wanloadbalance-c8aa55951d6e460ebbda20a3a0fbdc3292e6be4b.zip |
fix for bug 2779.
-rw-r--r-- | debian/vyatta-wanloadbalance.postinst.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/vyatta-wanloadbalance.postinst.in b/debian/vyatta-wanloadbalance.postinst.in index 3af5d13..c1504fd 100644 --- a/debian/vyatta-wanloadbalance.postinst.in +++ b/debian/vyatta-wanloadbalance.postinst.in @@ -13,4 +13,5 @@ touch ${LOADBALANCE_DIR}/wlb.conf #now move op cmds to correct location rm -fr /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance/* mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance /opt/vyatta/share/vyatta-op/templates/show/. 2>/dev/null +rm -fr /opt/vyatta/share/vyatta-cfg/templates/show exit 0 |