mirror of https://github.com/tteck/Proxmox.git
Update nginxproxymanager-v5-install.sh
fixed issue in v2.9.21
This commit is contained in:
parent
c71eb79e79
commit
1508ca2443
|
@ -227,7 +227,6 @@ EOF
|
||||||
fi
|
fi
|
||||||
cd /app
|
cd /app
|
||||||
export NODE_ENV=development
|
export NODE_ENV=development
|
||||||
sed -i 's/"liquidjs": "\^12\.9\.20",/"liquidjs": "\^10.6.1",/g' package.json
|
|
||||||
$STD yarn install --network-timeout=30000
|
$STD yarn install --network-timeout=30000
|
||||||
msg_ok "Initialized Backend"
|
msg_ok "Initialized Backend"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue