From e64c715d014b1b1c0ba573164a85a2ebc29d48a6 Mon Sep 17 00:00:00 2001 From: moul Date: Tue, 21 Oct 2014 20:08:49 +0200 Subject: [PATCH] reload yacy service --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 622f383..4af01b4 100644 --- a/scripts/install +++ b/scripts/install @@ -33,8 +33,8 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/yacy.conf sudo yunohost service add yacy --log /var/log/yacy/yacy00.log #Relancer le service YaCy avec la nouvelle configuration -sudo yunohost service yacy stop -sudo yunohost service yacy start +sudo yunohost service stop yacy +sudo yunohost service start yacy # Reload Nginx and regenerate SSOwat conf sudo service nginx reload