Skip to content

Commit

Permalink
Make script more failure tolerant.
Browse files Browse the repository at this point in the history
  • Loading branch information
votdev committed Feb 16, 2017
1 parent 44ae8c7 commit c1ad7f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -146,7 +146,7 @@ omv_copy_error_rrd_graph_image() {
}
# Exit here if the rrdtool service is disabled.
[ 0 -eq ${enabled} ] && exit 0
[ "1" != "${enabled}" ] && exit 0
# Flush all rrdtool data
echo "FLUSHALL" | socat - unix:${OMV_RRDCACHED_SOCKETFILE} >/dev/null
# Create target graph directory
Expand Down

0 comments on commit c1ad7f5

Please sign in to comment.