diff options
author | John Klug <john.klug@multitech.com> | 2019-12-04 09:23:53 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-12-04 09:23:53 -0600 |
commit | 51e87acd844279219c29aa51c02b956e361b6220 (patch) | |
tree | 7f68488e97cec396800b83f75e3b937ac44103be /src | |
parent | 7f8ce0d16972545ca4364bf8d56496017bf7bcc1 (diff) | |
download | mts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.tar.gz mts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.tar.bz2 mts-id-eeprom-51e87acd844279219c29aa51c02b956e361b6220.zip |
root administrator is not allowed anymore
Diffstat (limited to 'src')
-rwxr-xr-x | src/ubpasswd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ubpasswd.sh b/src/ubpasswd.sh index 34180de..1c0e1dd 100755 --- a/src/ubpasswd.sh +++ b/src/ubpasswd.sh @@ -11,7 +11,7 @@ # user list. The first user in this list that is found in # /etc/shadow is changed. root is only changed if mtadm # or admin is not found. -ADMINLIST="mtadm admin root" +ADMINLIST="mtadm admin" MTS=/sys/devices/platform/mts-io if (( $(id -u) != 0 )) ; then |