diff --git a/Automation/centos-art.sh b/Automation/centos-art.sh index cd68a15..44c0ee3 100755 --- a/Automation/centos-art.sh +++ b/Automation/centos-art.sh @@ -31,6 +31,7 @@ if [[ ! ${TCAR_BASEDIR} ]] || [[ -z ${TCAR_BASEDIR} ]] \ || [[ ! -d ${TCAR_BASEDIR} ]];then echo -n "Enter repository's absolute path: " read TCAR_BASEDIR + declare -xr TCAR_BASEDIR fi # Define automation scripts base directory. We need to define it here