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:
brian 2002-02-13 19:10:07 +00:00
parent 7b1b04cbf5
commit 471a0348ce

View File

@ -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