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-03-25 15:13:47 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-03-25 15:13:47 +0300
commit8a12889f2ada4198c3218c9cd273951a14825b49 (patch)
treef9dc3c785c6a1580c86283bb62402f13ad42db19 /setup
parent82a3a1abec30979f7e2d4cb5f642aa1fc55071e4 (diff)
disable web updater
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'setup')
-rw-r--r--setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup b/setup
index 242e9b8..8edc24c 100644
--- a/setup
+++ b/setup
@@ -116,6 +116,8 @@ error_msg "The upgrade log is written to $UPGRADE_LOGFILE within the nextcloud c
# basic Nextcloud configuration
eval "`cat \"$NC_UCR_FILE\"`"
if [ "$NC_IS_UPGRADE" -eq 0 ] ; then
+ $OCC config:system:set updatechecker --type=boolean --value="false" # this is handled via UCS AppCenter
+ $OCC config:system:set upgrade.disable-web --type=boolean --value="true"
$OCC config:system:set updatechecker --value="false" # this is handled via UCS AppCenter
$OCC config:system:set --value "\OC\Memcache\APCu" memcache.local
$OCC config:system:set overwriteprotocol --value="https"