Merge remote-tracking branch 'origin/unstable' into unstable

This commit is contained in:
Weblate 2015-11-16 12:33:10 +01:00
commit 88eebb2322

View file

@ -29,7 +29,7 @@ if [[ "$1" == "True" ]]; then
|| echo "Postgrey is already removed" \
&& sudo systemctl disable postgrey || true
sudo systemctl stop spamassassin
sudo systemctl stop amavis
sudo systemctl stop postgrey
sudo systemctl stop spamassassin || true
sudo systemctl stop amavis || true
sudo systemctl stop postgrey || true
fi