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

Fix root account locking

Fixes #22
This commit is contained in:
Mike Crute 2021-01-26 18:07:38 +00:00
parent 60233942e2
commit 0bfdd16977

View File

@ -85,7 +85,7 @@ _resize_root_partition() {
resize2fs "$mountpoint"
}
_lock_root_user() {
_lock_root_account() {
passwd -l root
}