[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik 2023-05-28 12:07:47 +01:00
parent ffddd9ef5f
commit 68e3220e71

View file

@ -89,8 +89,8 @@ func Connect() error {
}
func RecreateContainer(containerID string, containerConfig types.ContainerJSON) (string, error) {
utils.log("RecreateContainer: " + containerID)
utils.log("FROM: " + os.Getenv("HOSTNAME"))
utils.Log("RecreateContainer: " + containerID)
utils.Log("FROM: " + os.Getenv("HOSTNAME"))
if os.Getenv("HOSTNAME") != "" && os.Getenv("HOSTNAME") == containerID[1:] {
err := SelfRecreate()
if err != nil {