Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: heckler <[email protected]>
  • Loading branch information
parkervcp and hackles committed Sep 21, 2023
1 parent 49b00fc commit cc0dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cc0dca4

Please sign in to comment.