I have found that the script won't use the temp file path I configured in the conf file. Then I figured out that the TMPDIR variable wasn't used by the quick-fedora-mirror at all. I searched for quick-fedora-mirror and found that the mktemp command didn't use the -p flag to specify the temp path. Then I just fixed it. I hope you can fix this problem in the main stream repository.
I have found that the script won't use the temp file path I configured in the conf file. Then I figured out that the TMPDIR variable wasn't used by the
quick-fedora-mirrorat all. I searched for quick-fedora-mirror and found that themktempcommand didn't use the-pflag to specify the temp path. Then I just fixed it. I hope you can fix this problem in the main stream repository.