Files
server-scripts/k8s/automated-nfs-backup.sh
Jose Henrique 8f701dc5c8
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 31s
Fix bash syntax error in backup_folder return logic
The arithmetic test `(( rc == 0 || (rc == 1 && -z "$filtered_output") ))`
breaks the bash parser when filtered_output is a multiline string. Split
the test so the -z check runs in a [[ ]] context instead.
2026-06-27 12:39:14 -03:00

18 KiB