1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-14 19:02:45 +03:00

Revert "fix locking of root account"

This reverts commit f86e2899867c00dae0ca19888b1271199a8262b0
This commit is contained in:
Jake Buchholz Göktürk 2022-03-19 03:39:47 +00:00
parent f86e289986
commit 9e4f8868db

View File

@ -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 $?