Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-02-07 01:57:33 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-02-13 16:02:18 +0300
commitc8ae1ed000bc5b05e1fa8d4c729f17050f133f25 (patch)
tree38f75e3fc6a12ab4d004c5ce399e7407b0ebcf85 /setup
parent26639f43a40fbd635c1876bb4a496de8793288d0 (diff)
do not ship updatenotification, fixes #112
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'setup')
-rw-r--r--setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup b/setup
index 185a021..85bf46e 100644
--- a/setup
+++ b/setup
@@ -93,6 +93,9 @@ if [ "$NC_IS_INSTALLED" -eq 0 ] ; then
error_msg "Error while installing Nextcloud. Please check the apache log within the Nextcloud docker container, and (if existing) the nextcloud.log file in $NC_DATADIR."
exit 22;
fi
+else
+ # TODO: disabling updatenotification can be removed with 19
+ $OCC app:disable updatenotification
fi
UPGRADE_LOGFILE="/var/log/nextcloud-upgrade_"`date +%y_%m_%d`".log"