bareos: master 787bf374

Author Committer Branch Timestamp Parent
arogge arogge master 2024-12-11 11:18 master 0145ec7f Pending
Changeset scripts: simplify option-checks in s3cmd-wrapper.sh

Use ${var} instead of ${var:+x} to check if options are set. This is
safe, as all option variables are initialized to a default, so they are
always set.
mod - core/scripts/s3cmd-wrapper.sh Diff File