Rotate Mysql Container Log

This commit is contained in:
Mike Reeves
2020-09-14 16:27:32 -04:00
committed by GitHub
parent e2ecfca4c1
commit 1bc5e33007

View File

@@ -1021,6 +1021,9 @@ install_cleanup() {
# Clean up after ourselves # Clean up after ourselves
rm -rf "$temp_install_dir" rm -rf "$temp_install_dir"
# If Mysql is running stop it.
/usr/sbin/so-mysql-stop
} }
import_registry_docker() { import_registry_docker() {