Update pr-build.func (#2354)

* Update pr-build.func

* Update pr-build.func
This commit is contained in:
Michel Roegl-Brunner 2025-02-13 15:03:51 +01:00 committed by GitHub
parent 879989b5b6
commit 221bbdeff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,7 @@ msg_error() {
echo -e "${msg}\n"
}
start(){
base_settings
return
}
@ -232,7 +233,6 @@ EOF
fi
fi
fi
# This starts the container and executes <app>-install.sh
msg_info "Starting LXC Container"
pct start "$CTID"
@ -255,5 +255,6 @@ EOF'
}
description(){
IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
return
}