refactor: refactor update_system_package_lists

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2023-06-10 09:55:47 +02:00
parent 7788e7cd87
commit 9b64199a2f
6 changed files with 18 additions and 15 deletions

View File

@@ -212,7 +212,7 @@ function install_crowsnest_dependencies() {
update_system_package_lists
### Install required packages
install_system_packages "$log_name" "packages[@]"
install_system_packages "${log_name}" "packages[@]"
}
function update_crowsnest() {