From 1eb8dae8d69c43fe9422acc5be523ee18b8b5cbf Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 07 2013 01:20:53 +0000 Subject: Update centos-art.conf.sh file. - Change script version from 0.5 to 0.6. - Reuse TCAR_SCRIPT_COMMAND variable when setting user's configuration file name. --- diff --git a/Automation/centos-art.conf.sh b/Automation/centos-art.conf.sh index 24cb843..49ee43e 100755 --- a/Automation/centos-art.conf.sh +++ b/Automation/centos-art.conf.sh @@ -37,7 +37,7 @@ declare -xr TCAR_SCRIPT_NAME="centos-art.sh" # and the script. Both repository and script version must be the same. # This way we can say that specific functionalities inside the script # will work as expected when run over the repository directory structure. -declare -xr TCAR_SCRIPT_VERSION='0.5' +declare -xr TCAR_SCRIPT_VERSION='0.6' # Set the script command name. declare -xr TCAR_SCRIPT_COMMAND="centos-art" @@ -106,7 +106,7 @@ declare -x TCAR_USER_EDITOR=/usr/bin/vim # User-specific configuration files let you customize the way # centos-art.sh behaves in a multi-user environment. This variable # must be read-only. -declare -xr TCAR_USER_CONFIG=${HOME}/.centos-art.conf.sh +declare -xr TCAR_USER_CONFIG=${HOME}/.${TCAR_SCRIPT_COMMAND}.conf.sh ###################################################################### # Flag-related configuration variables.