mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-27 09:34:19 +00:00
Fix rm command
This commit is contained in:
parent
c4f095bce2
commit
f9ac764bd4
@ -1893,7 +1893,7 @@ download_install() {
|
|||||||
# Cleanup tmp download
|
# Cleanup tmp download
|
||||||
debug_print continue "Cleaning up $tmp_dir/$download_filename..."
|
debug_print continue "Cleaning up $tmp_dir/$download_filename..."
|
||||||
rm --interactive=never "${tmp_dir:?}/$download_filename"
|
rm --interactive=never "${tmp_dir:?}/$download_filename"
|
||||||
rm -r "${tmp_dir:?}/$download_basename"
|
rm -r --interactive=never "${tmp_dir:?}/$download_basename"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user