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
+2 -2
View File
@@ -38,12 +38,12 @@ function update_script() {
fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
msg_info "Updating Watcharr"
cd /opt/watcharr || exit
cd /opt/watcharr
export GOOS=linux
$STD npm i
$STD npm run build
mv ./build ./server/ui
cd server || exit
cd server
$STD go mod download
$STD go build -o ./watcharr
msg_ok "Updated Watcharr"