summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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