Fixes panic when there's no user initialized (#358)

release/v1.0
Bwko 8 years ago committed by Thomas Boerger
parent 83ed234472
commit 026ad4aee7

@ -255,10 +255,10 @@ func runServ(c *cli.Context) error {
"User %s does not have level %v access to repository %s",
user.Name, requestedMode, repoPath)
}
}
}
os.Setenv("GITEA_PUSHER_NAME", user.Name)
}
}
uuid := gouuid.NewV4().String()
os.Setenv("GITEA_UUID", uuid)

Loading…
Cancel
Save