sane-vpn: fix "regions" printing to print all regions
This commit is contained in:
@@ -110,7 +110,9 @@ usage() {
|
|||||||
usageDescription
|
usageDescription
|
||||||
echo ""
|
echo ""
|
||||||
echo "regions:"
|
echo "regions:"
|
||||||
echo "$vpns"
|
for v in "${vpns[@]}"; do
|
||||||
|
echo "- $v"
|
||||||
|
done
|
||||||
|
|
||||||
test -n "$rc" && exit "$rc"
|
test -n "$rc" && exit "$rc"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user