From 39df53f99f919a3b9d50520c08fd4276a95a0d22 Mon Sep 17 00:00:00 2001 From: Razvan-Liviu Varzaru Date: Thu, 17 Oct 2024 13:38:08 +0300 Subject: [PATCH] fix syntax bash lib --- scripts/bash_lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bash_lib.sh b/scripts/bash_lib.sh index 7950bb88..41fdc9a8 100644 --- a/scripts/bash_lib.sh +++ b/scripts/bash_lib.sh @@ -173,6 +173,7 @@ rpm_pkg_makecache() { else sudo rm -rf "/var/cache/$pkg_cmd/*" sudo "$pkg_cmd" clean all + fi source /etc/os-release if [[ $ID == "rhel" ]]; then sudo subscription-manager refresh