Skip to content

Commit

Permalink
fix linux directories?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Sep 19, 2024
1 parent 7243e76 commit 24b0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise_db/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def download_and_extract(extract_to):
f.write(f"datadir='{datadir}'\n")
f.write(f"socket='{socket}'\n")
f.write(f"log='{logdir}/log.log'\n")
f.write(f"log='{logdir}/err.log'\n")
f.write(f"log_error='{logdir}/err.log'\n")
f.write("\n\n")
f.write("[mysql]\n")
f.write(f"port=3307\n")
Expand Down

0 comments on commit 24b0a73

Please sign in to comment.