Byloth / cmangos-docker

⚔ A collection of ready-to-use Docker images to host your WoW emulated private server wherever you want.
GNU General Public License v2.0
20 stars 5 forks source link

bug: There's probably a malfunction with `mktemp`. #12

Open Byloth opened 10 months ago

Byloth commented 10 months ago

While running the ExtractResources.sh script, this error was printed:

./ExtractResources.sh: 269: cannot create : Directory nonexistent
cat: '': No such file or directory
./ExtractResources.sh: 271: [: Illegal number:

I would say that the process ran successfully but that -for some unknown reason- the mktemp command execution failed.

Is it probably related to the change of the $TMPDIR environmental variable inside the Docker container?
Is it related to the fact that a mounted volume may not implement some specific API required by the mktemp application to work properly?

I don't know yet...
To be investigated.