Fix a stray character that found its way into a filename.

This commit is contained in:
Crist J. Clark 2001-12-14 22:25:04 +00:00
parent 81bda851db
commit d15413fe2f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case "$daily_status_security_chkmounts_enable" in
echo "${host} changes in mounted filesystems:"
diff -b ${LOG}/mount.today ${TMP}
mv ${LOG}/mount.today ${LOG}/mount.yesterday || rc=3
mv ${TMP} ${LOG}/mount}.today || rc=3
mv ${TMP} ${LOG}/mount.today || rc=3
fi
fi
rm -f ${TMP};;