ank-agent does not respect the TMPDIR
environment variable
#437
Labels
bug
Something isn't working. Issue will appear in the change log "Bug Fixes"
good first issue
Good for newcomers
minor
Minor bug
Milestone
Current Behavior
If no run-folder parameter is provided, the ank-agent creates a folder ankaios in the /tmp directory, even if the environment variable TMPDIR is set to another temporary directory.
Expected Behavior
If not run-folder parameters is provided and the TMPDIR environmental variable is set, ank-server shall create the folder $TMPDIR/ankaios and use it as run-folder.
Steps to Reproduce
mkdir "$HOME/tmp"; export TMPDIR="$HOME/tmp"
)Final result
To be filled by the one closing the issue.
The text was updated successfully, but these errors were encountered: