diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-09-08 12:09:11 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-09-22 16:43:28 +0200 |
commit | a8e8a9dfb968d7e93b01404b9a12c1e48d8431a4 (patch) | |
tree | ae36919e1a5ad6fa9627e44758d01ae38e49f416 /lib/private/updater.php | |
parent | 498e8f712c3512a7e8b054194f82611fae931353 (diff) | |
download | nextcloud-server-a8e8a9dfb968d7e93b01404b9a12c1e48d8431a4.tar.gz nextcloud-server-a8e8a9dfb968d7e93b01404b9a12c1e48d8431a4.zip |
Move certificate bundle into resources/config/
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r-- | lib/private/updater.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php index 71e9732c307..b33180c3425 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -279,13 +279,6 @@ class Updater extends BasicEmitter { throw new \Exception($e->getMessage()); } - // FIXME: Some users do not upload the new ca-bundle.crt, let's catch this - // in the update. For a newer release we shall use an integrity check after - // the update. - if(!file_exists(\OC::$configDir .'/ca-bundle.crt')) { - throw new \Exception('Please upload the ca-bundle.crt file into the \'config\' directory.'); - } - // create empty file in data dir, so we can later find // out that this is indeed an ownCloud data directory // (in case it didn't exist before) |