From 504c94d2c098e3851a5c21aada1557ced45b74a3 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 28 Jun 2018 14:55:45 -0500 Subject: mts-ubpasswd to use uuid and device-id rather than MAC by default #3 --- src/ubpasswd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)) ;; -- cgit v1.2.3