Skip to content

Commit

Permalink
Use DEVICE_NAME in boinctui
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Jan 5, 2025
1 parent 89d734b commit 067e7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ "`whoami`" = "boinc" ]; then
<host>localhost</host>
<pwd>${GUI_RPC_AUTH}</pwd>
<port>31416</port>
<hostid>docker</hostid>
<hostid>${DEVICE_NAME:-"DOCKER"}</hostid>
</server>
<version>2.7.0</version>
<transparent_background>1</transparent_background>
Expand Down

0 comments on commit 067e7ae

Please sign in to comment.