bareos: master c24a5c31
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Sebastian Sura | Bareos Bot | master | 2023-08-18 06:47 | master 9f72b4d3 | Pending |
Changeset | functions: fix ignoring diff.pl in check_restore_diff() if "$rscripts/diff.pl" -s "${dest}" -d "${restorepath}"; then result=$? fi means: if diff.pl succeeds (i.e. return 0), then set result to 0. This is not very useful. Instead the script should signal an error when diff.pl does _not_ succeed! |
||||
mod - systemtests/scripts/functions | Diff File |