summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.install
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud-news-updater.install')
-rw-r--r--nextcloud-news-updater.install13
1 files changed, 1 insertions, 12 deletions
diff --git a/nextcloud-news-updater.install b/nextcloud-news-updater.install
index b4c502ee86d4..fae24a542ecf 100644
--- a/nextcloud-news-updater.install
+++ b/nextcloud-news-updater.install
@@ -1,15 +1,4 @@
post_install() {
- echo "Please edit your config in /etc/webapps/nextcloud/news/nextcloud-news-updater.ini"
- echo "Follow instructions on how to setup your Nextcloud instance here: https://github.com/nextcloud/news-updater"
- echo "To enable/ start the service, run:"
- echo " systemctl enable nextcloud-news-updater.service"
- echo " systemctl start nextcloud-news-updater.service"
- echo "Reload after configuration changes:"
- echo " systemctl restart nextcloud-news-updater.service"
- echo ""
- echo "Note: Only use the nextcloud-news-updater.timer, if you have set testrun=true in your config!"
- echo "To then enable/start it, run:"
- echo " systemctl enable nextcloud-news-updater.timer"
- echo " systemctl start nextcloud-news-updater.timer"
+ echo "Note: Only use the nextcloud-news-updater.timer, if you have set testrun=true in your configuration!"
}