diff options
author | UnicronNL <kim.sidney@gmail.com> | 2015-07-24 14:51:54 +0200 |
---|---|---|
committer | UnicronNL <kim.sidney@gmail.com> | 2016-01-23 19:41:08 +0100 |
commit | 1ee415d4070b0c9b70de86805e27f5c12abadce5 (patch) | |
tree | f1164f49f2872ed142575b85149bccb7381b177a /scripts | |
parent | bc190b19f87b0529c109981d0d8157a2adbd6328 (diff) | |
download | vyatta-cfg-system-1ee415d4070b0c9b70de86805e27f5c12abadce5.tar.gz vyatta-cfg-system-1ee415d4070b0c9b70de86805e27f5c12abadce5.zip |
Remove fuse group, not needed in debian jessie
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-bridge.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-bridge.pl b/scripts/vyatta-bridge.pl index 36d59212..7602c2ce 100755 --- a/scripts/vyatta-bridge.pl +++ b/scripts/vyatta-bridge.pl @@ -35,7 +35,7 @@ use lib "/opt/vyatta/share/perl5/"; use Vyatta::Interface; use Vyatta::Config; -my $BRCTL = 'sudo /usr/sbin/brctl'; +my $BRCTL = 'sudo /sbin/brctl'; die "Usage: $0 ACTION ethX\n" unless ($#ARGV == 1); |