Update misc/build.func
This commit is contained in:
parent
f539117d75
commit
7342355e1d
|
@ -640,7 +640,7 @@ EOF'
|
||||||
# This function sets the description of the container.
|
# This function sets the description of the container.
|
||||||
description() {
|
description() {
|
||||||
IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
|
IP=$(pct exec "$CTID" ip a s dev eth0 | awk '/inet / {print $2}' | cut -d/ -f1)
|
||||||
pct set "$CTID" -description "<div align='center'><a href='https://gitlab.peanutsmediaserver.com' target='_blank' rel='noopener noreferrer'><img src='https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/raw/branch/main/misc/images/majoras-mask.png'/></a>
|
pct set "$CTID" -description "<div align='center'><a href='https://pvescripts.peanutsmediaserver.com/' target='_blank' rel='noopener noreferrer'><img src='https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/raw/branch/main/misc/images/majoras-mask.png'/></a>
|
||||||
|
|
||||||
# ${APP} LXC
|
# ${APP} LXC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue