Skip to content

Commit

Permalink
Change ~ to $HOME in start script
Browse files Browse the repository at this point in the history
  • Loading branch information
daoo committed Oct 29, 2024
1 parent 6364801 commit 9275a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start-autodesk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
export AUTODESK_ADDRESS="127.0.0.1"
export AUTODESK_PORT="7380"
export AUTODESK_CONFIG="./config/ft232h.yml"
export AUTODESK_DATABASE="~/.local/share/autodesk/autodesk.db"
export AUTODESK_DATABASE="$HOME/AppData/Local/autodesk/autodesk.db"

uv run autodesk

0 comments on commit 9275a41

Please sign in to comment.