summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authordarkside40 <darkside401@googlemail.com>2014-12-04 16:25:27 +0100
committerdarkside40 <darkside401@googlemail.com>2014-12-04 16:25:27 +0100
commit34090f230382ff63d3b253f6e76856981bf295d3 (patch)
tree8a8d3ff6a582e35d23a3d6fc0526a9e4a2376c69 /bin
parent0f6a81e0beb0778930105dee2138a73c37e91d2e (diff)
Fixed DAEMON location
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updater/sysvinit/owncloud-news-updater4
1 files 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.