mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update nginx-proxy-manager.sh
This commit is contained in:
parent
9806150872
commit
eb1cfd8ebd
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ echo -e "${CM}${CL} \r"
|
|||
|
||||
alias lxc-cmd="lxc-attach -n $CTID --"
|
||||
|
||||
lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/nginx-proxy-manager-install.sh)" || exit
|
||||
lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit
|
||||
|
||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue