diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-10 15:59:07 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-11 09:27:12 +0100 |
commit | 7181840665090c668bc9107a8e5f149ab10b3b80 (patch) | |
tree | 2c345ff443a23d6389032c419e1e78227f77e40f /lib | |
parent | 01ea056ac8ad46ea59c56ca8c9aa7e7c90564bc4 (diff) | |
download | nextcloud-server-7181840665090c668bc9107a8e5f149ab10b3b80.tar.gz nextcloud-server-7181840665090c668bc9107a8e5f149ab10b3b80.zip |
Use occ to install ownCloud in autotest.sh
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index e957d6be089..ea379e429b3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -566,7 +566,7 @@ class OC { } catch(\Exception $e) { echo('Writing to database failed'); } - exit(); + exit(1); } else { OC_Response::setStatus(OC_Response::STATUS_SERVICE_UNAVAILABLE); OC_Template::printGuestPage('', 'error', array('errors' => $errors)); |