Remove call to docker kill

This commit is contained in:
Loïc Guitaut
2015-09-09 18:59:18 +02:00
parent c8e74d91d3
commit ecc5472aae

View File

@@ -76,8 +76,6 @@ case "$1" in
docker exec -it "$ID" chmod -R 777 /var/lib/mysql docker exec -it "$ID" chmod -R 777 /var/lib/mysql
service_stop "$SERVICE" service_stop "$SERVICE"
dokku_log_verbose_quiet "Killing container"
docker kill "$ID" > /dev/null || true
sleep 1 sleep 1
dokku_log_verbose_quiet "Removing container" dokku_log_verbose_quiet "Removing container"