diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 13:27:27 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-10-20 09:52:05 +0200 |
commit | 4408507fc79863cf83a1b20c7a35b606755c470c (patch) | |
tree | c55441d5e0d6dc4577ca510d933b6f63b91351ff | |
parent | 68a92f818690a20f06d4220c25c71fe0415f1b5f (diff) | |
download | nextcloud-server-4408507fc79863cf83a1b20c7a35b606755c470c.tar.gz nextcloud-server-4408507fc79863cf83a1b20c7a35b606755c470c.zip |
Fix termination of the ceph docker
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index 42807b83e11..73ba74009f2 100755 --- a/autotest.sh +++ b/autotest.sh @@ -271,7 +271,7 @@ function execute_tests { if [ "$PRIMARY_STORAGE_CONFIG" == "swift" ] ; then echo "Kill the swift docker" - tests/objectstore/stop-swift-ceph.sh + objectstore/stop-swift-ceph.sh fi if [ ! -z "$DOCKER_CONTAINER_ID" ] ; then |