Update config/config.go
Co-authored-by: heckler <30584261+hackles@users.noreply.github.com>
This commit is contained in:
parent
49b00fc48a
commit
cc0dca4c84
|
@ -528,7 +528,7 @@ func ConfigureDirectories() error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.WithField("filepath", "/etc/pterodactyl//passwd").Debug("ensuring passwd file exists")
|
log.WithField("filepath", "/etc/pterodactyl/passwd").Debug("ensuring passwd file exists")
|
||||||
if passwd, err := os.Create("/etc/pterodactyl/passwd"); err != nil {
|
if passwd, err := os.Create("/etc/pterodactyl/passwd"); err != nil {
|
||||||
return err
|
return err
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user