SamuraiWTF / katana

SamuraiWTF package management tool and interface.
20 stars 8 forks source link

The get_url task doesn't finish for files that have already been downloaded #50

Open JGillam opened 2 years ago

JGillam commented 2 years ago

The get_url task has the ability to download a file and then deploy it to a specific location. If it has previously downloaded it (which it caches in /tmp) then it will fail the second part, which is deploying that file to the correct location.

To fix this, the task should deploy it from its cached version.