Update config/config.go

Co-authored-by: heckler <30584261+hackles@users.noreply.github.com>
This commit is contained in:
Michael (Parker) Parker 2023-09-21 08:34:46 -04:00 committed by GitHub
parent 49b00fc48a
commit cc0dca4c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,7 +528,7 @@ func ConfigureDirectories() error {
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 {
return err
} else {