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:
parent
f86e289986
commit
9e4f8868db
@ -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 $?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user