1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

fix locking of root account

This commit is contained in:
Jake Buchholz Göktürk 2022-03-19 03:26:36 +00:00
parent eebafb1153
commit f86e289986

View File

@ -99,7 +99,7 @@ start() {
[ -d "/var/lib/cloud" ] || mkdir -p /var/lib/cloud
ebegin "Locking root account"; _lock_root_account; eend $?
ebegin "Locking root account"; _lock_root_user; 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 $?