mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Update pr-build.func (#2354)
* Update pr-build.func * Update pr-build.func
This commit is contained in:
parent
879989b5b6
commit
221bbdeff3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue