File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ conf_dir=/etc/graphite-statsd/conf
1010graphite_dir_contents=$( find /opt/graphite -mindepth 1 -print -quit)
1111graphite_conf_dir_contents=$( find /opt/graphite/conf -mindepth 1 -print -quit)
1212graphite_webapp_dir_contents=$( find /opt/graphite/webapp/graphite -mindepth 1 -print -quit)
13- graphite_storage_dir_contents=$( find /opt/graphite/storage -mindepth 1 -print -quit | grep -v lost+found)
13+ graphite_storage_dir_contents=$( find /opt/graphite/storage -mindepth 1 -not -path /opt/graphite/storage/lost+found - print -quit | grep -v lost+found)
1414graphite_log_dir_contents=$( find /var/log/graphite -mindepth 1 -print -quit)
1515graphite_custom_dir_contents=$( find /opt/graphite/webapp/graphite/functions/custom -mindepth 1 -print -quit)
1616if [[ -z $graphite_log_dir_contents ]]; then
You can’t perform that action at this time.
0 commit comments