From 0b5c388432af02e4a192af74eb074a142610e305 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 31 Aug 2016 14:56:25 +0200 Subject: [PATCH] initial commit --- rootfs/etc/confd/templates/config.php.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/config.php.tmpl b/rootfs/etc/confd/templates/config.php.tmpl index 124ac9e..dc226b6 100644 --- a/rootfs/etc/confd/templates/config.php.tmpl +++ b/rootfs/etc/confd/templates/config.php.tmpl @@ -58,7 +58,6 @@ $CONFIG = array( 'memcache.local' => '\OC\Memcache\APCu', 'assetdirectory' => '/var/lib/nextcloud', -'mount_file' => '/var/lib/nextcloud/data/mount.json', 'installed' => true, -'version' => '9.0.52.0', +'version' => '10.0.0.0', );