diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-08 07:50:10 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-08 07:50:10 -0500 |
commit | 86afea56242bfe3c18cca7a7adc5477aba7ee265 (patch) | |
tree | a7f63ea04bf08bc460f243d70f837db0b621bf99 /templates | |
parent | 75caf5c06cd8841db4aedd1ef6673f6dbcf74bb2 (diff) | |
parent | e5066ccdc30034fc83a6f69bcdc1cd1996008264 (diff) | |
download | vyatta-op-86afea56242bfe3c18cca7a7adc5477aba7ee265.tar.gz vyatta-op-86afea56242bfe3c18cca7a7adc5477aba7ee265.zip |
Merge branch 'current' of github.com:vyos/vyatta-op into current
Diffstat (limited to 'templates')
-rw-r--r-- | templates/disconnect/interface/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/disconnect/interface/node.tag/node.def b/templates/disconnect/interface/node.tag/node.def index a3b3cf3..4a937b9 100644 --- a/templates/disconnect/interface/node.tag/node.def +++ b/templates/disconnect/interface/node.tag/node.def @@ -29,6 +29,6 @@ run: echo "Bringing interface $IFNAME down..." echo "`date`: User $USER stopping PPP daemon for $IFNAME by disconnect command" >> $LOGFILE - sudo /sbin/poff $IFNAME + sudo /usr/bin/poff $IFNAME fi |