mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "72fb5c396ddecc4c083340b23d6a44186dc4a0af" and "3c515e9f8e8e6a7982d6252acf5c077ac56739c0" have entirely different histories.
72fb5c396d
...
3c515e9f8e
|
@ -582,7 +582,7 @@ EOF
|
|||
# This function sets the description of the container.
|
||||
description() {
|
||||
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://Helper-Scripts.com' target='_blank' rel='noopener noreferrer'><img src='https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo-81x112.png'/></a>
|
||||
pct set "$CTID" -description "<div align='center'><a href='https://Helper-Scripts.com'><img src='https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/logo-81x112.png'/></a>
|
||||
|
||||
# ${APP} LXC
|
||||
|
||||
|
|
Loading…
Reference in New Issue