summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.install
diff options
context:
space:
mode:
authorDavid Runge2020-10-23 01:38:30 +0200
committerDavid Runge2020-10-23 01:38:30 +0200
commit172ceed52aeced8c2e79d5efd2f1cfeb3789bbec (patch)
tree533ebcfc92f155a6d403221b33a3a9873b1b42e9 /nextcloud-news-updater.install
parent8b6456cb9b7ec822b85585c65b46bca757aeed22 (diff)
downloadaur-172ceed52aeced8c2e79d5efd2f1cfeb3789bbec.tar.gz
Upgrade to 11.0.0
PKGBUILD: Upgrade to 11.0.0. Minor cleanups. .gitignore: Add .zst files. nextcloud-news-updater.ini: Switch to current API version (v15). nextcloud-news-updater.install: Add note about the requirement to add the nextcloud instance's data dir to ReadWritePaths. nextcloud-news-updater.service: Harden the service further.
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!"
}
-