remove debuging
This commit is contained in:
parent
b267ce4c51
commit
dd9bb14262
@ -187,8 +187,6 @@ 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
|
||||||
|
@ -1214,7 +1214,6 @@ build_container() {
|
|||||||
export APPLICATION="$APP"
|
export APPLICATION="$APP"
|
||||||
export app="$NSAPP"
|
export app="$NSAPP"
|
||||||
export PASSWORD="$PW"
|
export PASSWORD="$PW"
|
||||||
echo "in build.func PW=$PW, PASSWORD=$PASSWORD"
|
|
||||||
export VERBOSE="$VERB"
|
export VERBOSE="$VERB"
|
||||||
export SSH_ROOT="${SSH}"
|
export SSH_ROOT="${SSH}"
|
||||||
export SSH_AUTHORIZED_KEY
|
export SSH_AUTHORIZED_KEY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user