mirror of
				https://github.com/the-sane/lug-helper.git
				synced 2025-10-31 21:32:47 +00:00 
			
		
		
		
	Fix rm command
This commit is contained in:
		| @@ -1893,7 +1893,7 @@ download_install() { | ||||
|     # Cleanup tmp download | ||||
|     debug_print continue "Cleaning up $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 | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user