From 34090f230382ff63d3b253f6e76856981bf295d3 Mon Sep 17 00:00:00 2001 From: darkside40 Date: Thu, 4 Dec 2014 16:25:27 +0100 Subject: Fixed DAEMON location --- bin/updater/sysvinit/owncloud-news-updater | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/updater/sysvinit/owncloud-news-updater b/bin/updater/sysvinit/owncloud-news-updater index 19fbf022a..de6184ebb 100755 --- a/bin/updater/sysvinit/owncloud-news-updater +++ b/bin/updater/sysvinit/owncloud-news-updater @@ -11,8 +11,8 @@ ### END INIT INFO # Change the next 3 lines to suit where you install your script and what you want to call it -DIR=/usr/bin/owncloud-news-updater -DAEMON=$DIR/updater.py +DIR=/usr/bin/ +DAEMON=$DIR/owncloud-news-updater DAEMON_NAME=owncloud-news-updater # Add any command line options for your Update Script here. I suggest loading an config file which holds user, pass etc. -- cgit v1.2.3