mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update mariadb_container.sh
This commit is contained in:
parent
13c9d80e10
commit
6aebe677ce
1 changed files with 1 additions and 1 deletions
|
@ -158,4 +158,4 @@ pct exec $CTID /mariadb_setup.sh
|
||||||
|
|
||||||
# Get network details and show completion message
|
# Get network details and show completion message
|
||||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
||||||
info "Successfully created a MariaDB LXC Container to $CTID at IP Address ${IP}"
|
info "Successfully created a MariaDB 10.5 LXC Container to $CTID at IP Address ${IP}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue