Release 22.05 #155

Merged
jlecour merged 81 commits from unstable into stable 2022-05-10 17:01:18 +02:00
Showing only changes of commit 4214db4ad6 - Show all commits

View file

@ -673,7 +673,7 @@ task_df() {
df_bin=$(command -v df)
if [ -n "${df_bin}" ]; then
last_result=$(${df_bin} --portability > "${dump_dir}/df.txt 2>&1")
last_result=$(${df_bin} --portability > "${dump_dir}/df.txt" 2>&1)
last_rc=$?
if [ ${last_rc} -eq 0 ]; then