Update nginxproxymanager-v5.sh

issue fixed in v2.9.21
pull/1190/head
tteckster 2023-03-18 12:10:03 -04:00 committed by GitHub
parent ac97609e1b
commit c71eb79e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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