mirror of https://github.com/tteck/Proxmox.git
Update nginxproxymanager.sh
This commit is contained in:
parent
daa1720d85
commit
1f17d282a6
|
@ -124,6 +124,7 @@ function update_script() {
|
|||
mkdir -p /app/global /app/frontend/images
|
||||
cp -r backend/* /app
|
||||
cp -r global/* /app/global
|
||||
python3 -m pip install --no-cache-dir certbot-dns-cloudflare &>/dev/null
|
||||
msg_ok "Setup Enviroment"
|
||||
|
||||
msg_info "Building Frontend"
|
||||
|
|
Loading…
Reference in New Issue