fix: server inputs handling + better logging
This commit is contained in:
@ -17,8 +17,11 @@ func CreateServerDir(serverName string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
logrus.Infof("'%s' already exists, moving on...", serverPath)
|
||||
logrus.Infof("%s already exists", serverPath)
|
||||
return nil
|
||||
}
|
||||
|
||||
logrus.Infof("successfully created %s", serverPath)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user