aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/env/stop-sftp-atmoz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/env/stop-sftp-atmoz.sh')
-rwxr-xr-xapps/files_external/tests/env/stop-sftp-atmoz.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/env/stop-sftp-atmoz.sh b/apps/files_external/tests/env/stop-sftp-atmoz.sh
index 0c2fd0b5bc6..44380152340 100755
--- a/apps/files_external/tests/env/stop-sftp-atmoz.sh
+++ b/apps/files_external/tests/env/stop-sftp-atmoz.sh
@@ -27,6 +27,7 @@ fi;
for container in `cat $thisFolder/dockerContainerAtmoz.$EXECUTOR_NUMBER.sftp`; do
echo "Stopping and removing docker container $container"
# kills running container and removes it
+ docker stop $container
docker rm -f $container
done;