summarylogtreecommitdiffstats
path: root/nextcloud-app-notify_push.install
diff options
context:
space:
mode:
authorCarlos Galindo2021-02-23 15:54:50 +0100
committerCarlos Galindo2021-02-23 15:54:50 +0100
commit90beec5d2dd27318cc81ffa82ecbc5ceaa79e373 (patch)
tree6df8a081a886d827335785d6a3cbcc1a7bb9b3a8 /nextcloud-app-notify_push.install
parenta000cfbf995e628836458a465975230904430b54 (diff)
downloadaur-90beec5d2dd27318cc81ffa82ecbc5ceaa79e373.tar.gz
add warning on upgrade
Diffstat (limited to 'nextcloud-app-notify_push.install')
-rw-r--r--nextcloud-app-notify_push.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/nextcloud-app-notify_push.install b/nextcloud-app-notify_push.install
index 1644901608a3..8e4faf8913a3 100644
--- a/nextcloud-app-notify_push.install
+++ b/nextcloud-app-notify_push.install
@@ -5,3 +5,8 @@ post_install() {
echo 'Setup your reverse proxy (see /usr/share/webapps/nextcloud/apps/notify_push/README.md)'
echo 'Run the setup with `occ notify_push:setup https://your.nextcloud.com/push`.'
}
+
+post_upgrade() {
+ echo 'You may want to restart nextcloud-app-notify_push.service'
+ echo 'and re-check your setup with `occ notify_push:setup https://your.nextcloud.com/push`'
+}