Skip to content

Commit

Permalink
Merge pull request #39 from jeremiah-k/main
Browse files Browse the repository at this point in the history
Fix OverwriteConfig value in install script
  • Loading branch information
jeremiah-k authored May 8, 2023
2 parents df9c207 + d7a5ec4 commit bb9cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmrelay.iss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ begin
'Set logging and broadcast options, you can keep the defaults.', False, False);
OverwriteConfig.Add('Generate configuration (overwrite any current config files)');
OverwriteConfig.Values[0] := True;
OverwriteConfig.Values[0] := False;
MatrixPage.Add('Homeserver: (example: https://matrix.org)', False);
MatrixPage.Add('Bot User ID (example: @mybotuser:matrix.org)', False);
Expand Down

0 comments on commit bb9cf47

Please sign in to comment.