Fix a stray character that found its way into a filename.
This commit is contained in:
parent
81bda851db
commit
d15413fe2f
@ -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};;
|
||||
|
Loading…
x
Reference in New Issue
Block a user