summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-12-04 09:23:53 -0600
committerJohn Klug <john.klug@multitech.com>2019-12-04 09:23:53 -0600
commit51e87acd844279219c29aa51c02b956e361b6220 (patch)
tree7f68488e97cec396800b83f75e3b937ac44103be /src
parent7f8ce0d16972545ca4364bf8d56496017bf7bcc1 (diff)
downloadmts-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-xsrc/ubpasswd.sh2
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