diff options
Diffstat (limited to 'utils/pb-udhcpc')
-rw-r--r-- | utils/pb-udhcpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pb-udhcpc b/utils/pb-udhcpc index bac16da..dd291b9 100644 --- a/utils/pb-udhcpc +++ b/utils/pb-udhcpc @@ -107,7 +107,7 @@ pb_remove () { } case "$1" in -bound | renew) +bound) pb_add ;; deconfig) |