Clean up after download

This commit is contained in:
Price Hiller 2022-01-01 02:36:42 -06:00
parent 1df2265437
commit a77535a1d1

View File

@ -466,6 +466,7 @@ install() {
tar xf server_fixes.tar.gz -C "${server_fixes_temp_dir}"
cp -r "${server_fixes_temp_dir}/Mods/"* "${server_directory}/mods"
rm -rf "${server_fixes_temp_dir}"
rm -rf "server_fixes.tar.gz"
log "info" "Successfully installed $(important "${server_name}") to $(important "${server_directory}")"
}