Skip to content
Snippets Groups Projects
Commit f3c347de authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Silence mrtg weathermap warning

parent e6311383
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -87,7 +87,7 @@
name: "create weathermap"
minute: "*/5"
# yamllint disable-line rule:line-length
job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png"
job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png &>/dev/null"
state: present
user: mrtg
cron_file: weathermap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment