Skip to content

Commit f077fee

Browse files
committed
Merge remote-tracking branch 'origin/v11' into release/v11.1.5
# Conflicts: # CHANGELOG.md
2 parents 0520e7c + 02447d5 commit f077fee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The installation can be performed using an installer file or an [ISO image](http
105105

106106
- Execute the installer without parameters: `./installer`
107107

108-
Once UTMStack is installed, use admin as the user and the password generated during the installation for the default user to login. You can found the password and other generated configurations in /root/utmstack.yml
108+
Once UTMStack is installed, use admin as the user and the password generated during the installation for the default user to login. You can find the password and other generated configurations in /root/utmstack.yml
109109
Note: Use HTTPS in front of your server name or IP to access the login page.
110110

111111
### Required ports

plugins/azure/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var SupportedClouds = []CloudEndpoints{
6666

6767
func main() {
6868
mode := plugins.GetCfg().Env.Mode
69-
if mode != "manager" {
69+
if mode != "worker" {
7070
return
7171
}
7272

0 commit comments

Comments
 (0)