mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
Dont pollute the logs with a "file not found" message
CQ S1020745 (This used to be ctdb commit ea8bb7b26bb879a895c267d49672433182390d0d)
This commit is contained in:
parent
c00db6f271
commit
193d9d50d1
@ -156,7 +156,7 @@ case "$1" in
|
||||
|
||||
# once every 60 seconds, update the statd state database for which
|
||||
# clients need notifications
|
||||
LAST_UPDATE=`stat --printf="%Y" $CTDB_VARDIR/state/statd/update-trigger`
|
||||
LAST_UPDATE=`stat --printf="%Y" $CTDB_VARDIR/state/statd/update-trigger 2>/dev/null`
|
||||
CURRENT_TIME=`date +"%s"`
|
||||
[ $CURRENT_TIME -ge $(($LAST_UPDATE + 60)) ] && {
|
||||
mkdir -p $CTDB_VARDIR/state/statd
|
||||
|
Loading…
x
Reference in New Issue
Block a user