diff options
-rw-r--r-- | util/configure_users.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/configure_users.sh b/util/configure_users.sh index 62bd17a..4c5f4ea 100644 --- a/util/configure_users.sh +++ b/util/configure_users.sh @@ -31,6 +31,6 @@ echo "${admin_username}:${default_password}" | chpasswd sed -i '/%wheel ALL=(ALL) ALL/s/^# //g' /etc/sudoers # activate wheel group # by uncommenting special # line in sudoers file -# passwd -l root # lock the root account if changing /etc/sudoers is implemented +passwd -l root # lock the root account echo "Configured users - OK" |