Update nginxproxymanager-v5-install.sh

fixed issue in v2.9.21
This commit is contained in:
tteckster 2023-03-18 12:11:54 -04:00 committed by GitHub
parent c71eb79e79
commit 1508ca2443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ EOF
fi
cd /app
export NODE_ENV=development
sed -i 's/"liquidjs": "\^12\.9\.20",/"liquidjs": "\^10.6.1",/g' package.json
$STD yarn install --network-timeout=30000
msg_ok "Initialized Backend"