Skip to content

Commit

Permalink
Merge pull request #32 from jeremiah-k/main
Browse files Browse the repository at this point in the history
Fix setup script
  • Loading branch information
jeremiah-k authored May 1, 2023
2 parents 00249a8 + 23ebad9 commit 5e2bd53
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 @@ -171,7 +171,7 @@ begin
' meshnet_name: "' + MeshtasticPage.Values[3] + '"' + #13#10 +
' broadcast_enabled: ' + BoolToStr(OptionsPage.Values[1]) + #13#10 +
'logging:' + #13#10 +
' level: "' + log_level + '"' + #13#10;
' level: "' + log_level + '"' + #13#10 +
'plugins:' + #13#10;
if Not SaveStringToFile(sAppDir+'/config.yaml', config, false) then
Expand Down

0 comments on commit 5e2bd53

Please sign in to comment.