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