mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 08:13:11 +01:00
Update alpine-install.func
add `sysctl -p` command fixes https://github.com/tteck/Proxmox/issues/1688
This commit is contained in:
parent
f79d31fdcd
commit
59b4e28413
@ -117,6 +117,7 @@ motd_ssh() {
|
||||
}
|
||||
|
||||
customize() {
|
||||
$STD sysctl -p
|
||||
if [[ "$PASSWORD" == "" ]]; then
|
||||
msg_info "Customizing Container"
|
||||
bash -c "passwd -d root" >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user