Skip to content

Commit

Permalink
Fixed exotic mktemp failure (#8401)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Jan 20, 2025
2 parents d5e88ab + c2a1459 commit 3bd4f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/tribler/usr/bin/tribler
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
echo "Starting Tribler..."

pushd "/usr/share/tribler"
exec /usr/share/tribler/tribler "$@" > `mktemp /tmp/$USER-tribler-XXXXXXXX.log` 2>&1
exec /usr/share/tribler/tribler "$@" > `mktemp "/tmp/$USER-tribler-XXXXXX.log"` 2>&1
popd

0 comments on commit 3bd4f51

Please sign in to comment.