./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?
While running the
ExtractResources.sh
script, this error was printed: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.