summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:24:35 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-12-04 16:24:35 +0100
commitb85dc3ed608fe38461498a17dd1c1381774277e4 (patch)
tree1ce4a553ffe30ab814a3ecdbab35e9fbc554f79e /bin
parentd12e6a76cb6da3901d9a5b2885242352198a9ed0 (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 a79e03705..fc2c697fc 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -32,7 +32,7 @@ install-sysvinit: preinitsetup
@echo ""
@echo "Installed files. Please edit your config in /etc/owncloud/news/updater.ini and run:"
- @echo " TBD"
+ @echo " sudo update-rc.d /etc/init.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"