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.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextcloud-news-updater.install b/nextcloud-news-updater.install
index fae24a542ecf..ccb612dab8c0 100644
--- a/nextcloud-news-updater.install
+++ b/nextcloud-news-updater.install
@@ -1,4 +1,4 @@
post_install() {
- echo "Note: Only use the nextcloud-news-updater.timer, if you have set testrun=true in your configuration!"
+ printf "NOTE: To use nextcloud-news-updater.service, add your instance's data directory to the service's ReadWritePaths!\nsystemctl edit nextcloud-news-updater.service"
+ printf "NOTE: nextcloud-news-updater.timer can only be used with 'testrun=true' in /etc/webapps/nextcloud/news/nextcloud-news-updater.ini!"
}
-