Dont pollute the logs with a "file not found" message
[sahlberg/ctdb.git] / config / events.d / 60.nfs
index ff56166ce1cbfc6857eb5a43104b2410446b2fe8..23f22b70ea9f497b50420368be3b66e370041b92 100755 (executable)
@@ -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