From 75ebe1c5499fa293e58ee0432970729b4425e09d Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 14 Feb 2015 19:20:52 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cbe446c..13547e3 100644 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ sudo usermod -a -G ffsync www-data #enable services sudo chmod +x /etc/init.d/ffsync sudo update-rc.d ffsync defaults -sudo $final_path/local/bin/gunicorn_paster $final_path/syncserver.ini --access-logfile /var/log/ffsync.log --daemon -p /tmp/sync.pid +sudo service ffsync restart sudo service ffsync restart # Reload Nginx and regenerate SSOwat conf