From 416d95b4d38ffe00c6ead3010517c58a56c7714d Mon Sep 17 00:00:00 2001 From: abeudin Date: Mon, 25 Feb 2013 11:11:08 +0100 Subject: [PATCH] add prosody restart --- install_yunohost | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index de80642..6b33e69 100755 --- a/install_yunohost +++ b/install_yunohost @@ -209,7 +209,12 @@ EOF service apache2 restart service dovecot restart service postfix restart - service ejabberd restart + if [ "$(lsb_release -cs)" = squeeze ]; + then + service ejabberd restart + else + service prosody restart + fi service iptables start service nscd restart service nslcd restart