aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index eac824e..2f85901 100755
--- a/network
+++ b/network
@@ -96,7 +96,7 @@ rtup()
rtdown()
{
- if [[ ! $1 ]; then
+ if [[ ! $1 ]]; then
echo "usage: $0 rtdown <route_name>"
return 1
fi