remove debuging

This commit is contained in:
Michel Roegl-Brunner 2025-04-24 09:57:16 +02:00
parent b267ce4c51
commit dd9bb14262
2 changed files with 0 additions and 3 deletions

View File

@ -187,8 +187,6 @@ validate_tz() {
# This function customizes the container and enables passwordless login for the root user
customize() {
msg_ok "Started Customizing Container"
echo "PASSWORD=${PASSWORD}"
if [[ "$PASSWORD" == "" ]]; then
msg_info "Customizing Container"
bash -c "passwd -d root" >/dev/null 2>&1

View File

@ -1214,7 +1214,6 @@ build_container() {
export APPLICATION="$APP"
export app="$NSAPP"
export PASSWORD="$PW"
echo "in build.func PW=$PW, PASSWORD=$PASSWORD"
export VERBOSE="$VERB"
export SSH_ROOT="${SSH}"
export SSH_AUTHORIZED_KEY