bugfix: dl_script with non-existing output path
The download script do not work if the specified output path contains more then 1 non-existing folder. This is due to the -f flag used in the readlink command. We now use the less strict -m one.
parent
fb57de99
Please register or sign in to comment