From ae2653191665a78f49342444a54fdf43f117e849 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 31 Aug 2024 11:24:38 +0200 Subject: [PATCH] fix --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 70a3673..da8ed05 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1312,7 +1312,7 @@ spcd_step__install_packages() { "|^#baseurl|baseurl|" done file="/etc/yum.repos.d/epel-cisco-openh264.repo" - if [ -f "${spcd_spr__file}" ]; then + if [ -f "${file}" ]; then spcd_os_sed "${file}" \ "|^enabled=1|enabled=0|" fi