Set rc=1 rather than 0 so that setting daily_show_success=YES masks
the output of all goes well. PR: 34825 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> MFC after: 3 weeks
This commit is contained in:
parent
7b1b04cbf5
commit
471a0348ce
@ -16,7 +16,7 @@ case "$daily_status_disks_enable" in
|
||||
echo ""
|
||||
echo "Disk status:"
|
||||
|
||||
df $daily_status_disks_df_flags && rc=0 || rc=3
|
||||
df $daily_status_disks_df_flags && rc=1 || rc=3
|
||||
|
||||
# display which filesystems need backing up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user