summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-06-28 14:55:45 -0500
committerJohn Klug <john.klug@multitech.com>2018-06-28 14:55:45 -0500
commit504c94d2c098e3851a5c21aada1557ced45b74a3 (patch)
tree59e98da3065e888176ff86f335a41d8e879a73df /src
parent2e4ef5a43bf42e64f7b082e595445dcaa592cf9a (diff)
downloadmts-id-eeprom-504c94d2c098e3851a5c21aada1557ced45b74a3.tar.gz
mts-id-eeprom-504c94d2c098e3851a5c21aada1557ced45b74a3.tar.bz2
mts-id-eeprom-504c94d2c098e3851a5c21aada1557ced45b74a3.zip
mts-ubpasswd to use uuid and device-id rather than MAC by default #3
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ubpasswd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ubpasswd.sh b/src/ubpasswd.sh
index 4383c90..c168581 100755
--- a/src/ubpasswd.sh
+++ b/src/ubpasswd.sh
@@ -74,6 +74,7 @@ while getopts ":cdfmnrs:u" opt; do
;;
n)
((dryrun=1))
+ ;;
u)
((ubonly=1))
;;