Skip to content

Commit

Permalink
disable autogenerate key
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinated92 committed Oct 2, 2024
1 parent 6d543b3 commit 3927f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@ func (repman *ReplicationManager) Run() error {
//repman.InitRestic()
repman.Logrus.Infof("repman.Conf.WorkingDir : %s", repman.Conf.WorkingDir)
repman.Logrus.Infof("repman.Conf.ShareDir : %s", repman.Conf.ShareDir)
repman.GenerateKeygen()
// repman.GenerateKeygen()

// If there's an existing encryption key, decrypt the passwords

Expand Down

0 comments on commit 3927f02

Please sign in to comment.