diff options
Diffstat (limited to 'scripts/show_interfaces')
-rwxr-xr-x | scripts/show_interfaces | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/show_interfaces b/scripts/show_interfaces index 700ea43..44b3c8c 100755 --- a/scripts/show_interfaces +++ b/scripts/show_interfaces @@ -1,4 +1,4 @@ -#!/bin/bash -O extglob +#!/bin/bash # **** License **** # Version: VPL 1.0 # @@ -21,6 +21,7 @@ # # **** End License **** +shopt -s extglob shopt -s nullglob test -f /etc/default/vyatta && source /etc/default/vyatta |