From cc0dca4c84b6bb616ea96b188227eb814f335985 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Thu, 21 Sep 2023 08:34:46 -0400 Subject: [PATCH] Update config/config.go Co-authored-by: heckler <30584261+hackles@users.noreply.github.com> --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index afc1564..a3df219 100644 --- a/config/config.go +++ b/config/config.go @@ -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 {