You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Printf("WARNING: Failed to stop Docker service: %v\n", stopErr)
53
+
} else {
54
+
fmt.Println("Docker service has been stopped. Manual intervention required.")
55
+
fmt.Println("Please check /var/log/utmstack-installer.log for details.")
56
+
}
57
+
os.Exit(1)
49
58
}
50
59
51
60
fmt.Println("Installation fisnished successfully. We have generated a configuration file for you, please do not modify or remove it. You can find it at /root/utmstack.yml.")
0 commit comments