Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / debian / metaproxy.prerm
1 #!/bin/sh
2 set -e
3 if [ -x "/etc/init.d/metaproxy" ]; then
4         invoke-rc.d metaproxy stop || exit $?
5 fi