From 86f2df9d9a4c868f0a2584e6174502c1ca3c5343 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 22 2013 01:02:17 +0000 Subject: Update tcar_printUrl.sh file. - Previously, the =URL= translation marker was expanded to TCAR_BRAND variable. The TCAR_BRAND variable is no longer defined inside the centos-art.sh script so =URL= was expanded to an empty value. This update changes the tcar_printUrl function to use centos.org as expansion value to =URL= translation marker. --- diff --git a/Automation/Scripts/tcar_printUrl.sh b/Automation/Scripts/tcar_printUrl.sh index c5c731f..ec9c7a2 100755 --- a/Automation/Scripts/tcar_printUrl.sh +++ b/Automation/Scripts/tcar_printUrl.sh @@ -55,7 +55,7 @@ function tcar_printUrl { case "${1}" in --domain ) - URL="${TCAR_BRAND}.org" + URL="centos.org" shift 1 ;;