mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohostv2
This commit is contained in:
parent
1b0aecc5b9
commit
55d3585d2c
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,10 @@ then
|
||||||
exit $ERR_FAIL_INSTALL
|
exit $ERR_FAIL_INSTALL
|
||||||
else
|
else
|
||||||
service slapd restart
|
service slapd restart
|
||||||
service iptables start
|
if [ -f /etc/init.d/yunohost-firewall ];
|
||||||
|
then
|
||||||
|
service yunohost-firewall start
|
||||||
|
fi
|
||||||
service nscd restart
|
service nscd restart
|
||||||
service nslcd restart
|
service nslcd restart
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue