summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 19:23:19 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 19:23:19 +0100
commit457453e5a15a81d8e1f03f09aebd5c6b75609b64 (patch)
treeeee46e2027c3369aa9fd569d74e29483fa2dd5a6 /bin
parent745b01632ae4f56fb0ed0e814fd840eb1036b76e (diff)
Update Makefile
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index 486812877..12bcf7357 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -39,7 +39,7 @@ install-sysvinit: preinitsetup
@echo ""
@echo "Installed files. Please edit your config in /etc/owncloud/news/updater.ini and run:"
- @echo " sudo update-rc.d /etc/init.d/owncloud-news-updater defaults"
+ @echo " sudo update-rc.d owncloud-news-updater defaults"
@echo " sudo /etc/init.d/owncloud-news-updater start"
@echo "to run the updater on startup and:"
@echo " sudo /etc/init.d/owncloud-news-updater restart"