mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-29 11:44:17 +00:00
11 lines
144 B
Bash
11 lines
144 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# automatically remove munin plugins
|
|
if [ -d /etc/munin/plugins ]
|
|
then
|
|
rm -f /etc/munin/plugins/renderd_*
|
|
fi
|
|
|
|
#DEBHELPER#
|