Skip to content

Commit

Permalink
Fixed exotic mktemp failure
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jan 20, 2025
1 parent d5e88ab commit c2a1459
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 c2a1459

Please sign in to comment.