From 9e4f8868db2be2f0dc2d7b1f16dc4806dc37ff44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Sat, 19 Mar 2022 03:39:47 +0000 Subject: [PATCH] Revert "fix locking of root account" This reverts commit f86e2899867c00dae0ca19888b1271199a8262b0 --- tiny-ec2-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny-ec2-bootstrap b/tiny-ec2-bootstrap index 066a59e..42514e6 100644 --- a/tiny-ec2-bootstrap +++ b/tiny-ec2-bootstrap @@ -99,7 +99,7 @@ start() { [ -d "/var/lib/cloud" ] || mkdir -p /var/lib/cloud - ebegin "Locking root account"; _lock_root_user; eend $? + ebegin "Locking root account"; _lock_root_account; eend $? ebegin "Disabling $EC2_USER password"; _disable_password "$EC2_USER"; eend $? ebegin "Expanding root partition"; _resize_root_partition; eend $? ebegin "Setting ec2 hostname"; _update_hostname; eend $?