From 00c5807c02039e38783147666c7d3466529b6d48 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 Dec 2019 12:45:56 +0100 Subject: User configuration implemented. --- util/configure_users.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2