From 55d3585d2ce4e61788880b1429bec28b876acbb9 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 2 May 2015 17:32:25 +0200 Subject: [PATCH] Update install_yunohostv2 --- install_yunohostv2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index e3b34bd..8442e01 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -168,7 +168,10 @@ then exit $ERR_FAIL_INSTALL else service slapd restart - service iptables start + if [ -f /etc/init.d/yunohost-firewall ]; + then + service yunohost-firewall start + fi service nscd restart service nslcd restart