[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik 2023-05-28 12:37:14 +01:00
parent 76a95daf5b
commit ad95b4acb5

View file

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