fix: shellcheck changes (#10591)

This commit is contained in:
Tobias
2026-01-06 13:45:03 +01:00
committed by GitHub
parent 6e74b20150
commit 0e8341cb86
23 changed files with 30 additions and 30 deletions

View File

@@ -122,7 +122,7 @@ function update_script() {
msg_info "Building Frontend"
export NODE_OPTIONS="--max_old_space_size=2048 --openssl-legacy-provider"
cd /opt/nginxproxymanager/frontend || exit
cd /opt/nginxproxymanager/frontend
# Replace node-sass with sass in package.json before installation
sed -E -i 's/"node-sass" *: *"([^"]*)"/"sass": "\1"/g' package.json
$STD yarn install --network-timeout 600000