diff options
author | John Klug <john.klug@multitech.com> | 2018-06-28 14:55:45 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-06-28 14:55:45 -0500 |
commit | 504c94d2c098e3851a5c21aada1557ced45b74a3 (patch) | |
tree | 59e98da3065e888176ff86f335a41d8e879a73df | |
parent | 2e4ef5a43bf42e64f7b082e595445dcaa592cf9a (diff) | |
download | mts-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
-rwxr-xr-x | src/ubpasswd.sh | 1 |
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)) ;; |