Add debbuging to alpine_install_fnc
This commit is contained in:
parent
cce28b21a3
commit
47bc429064
@ -187,6 +187,8 @@ validate_tz() {
|
|||||||
|
|
||||||
# This function customizes the container and enables passwordless login for the root user
|
# This function customizes the container and enables passwordless login for the root user
|
||||||
customize() {
|
customize() {
|
||||||
|
msg_ok "Started Customizing Container"
|
||||||
|
echo "PASSWORD=${PASSWORD}"
|
||||||
if [[ "$PASSWORD" == "" ]]; then
|
if [[ "$PASSWORD" == "" ]]; then
|
||||||
msg_info "Customizing Container"
|
msg_info "Customizing Container"
|
||||||
bash -c "passwd -d root" >/dev/null 2>&1
|
bash -c "passwd -d root" >/dev/null 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user