From 927f60393b4d6cf98489b4a616509a4d6911f272 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 19:18:08 +0000 Subject: Update `centos-art.sh' file. --- diff --git a/Scripts/Bash/centos-art.sh b/Scripts/Bash/centos-art.sh index 1c31923..305c245 100755 --- a/Scripts/Bash/centos-art.sh +++ b/Scripts/Bash/centos-art.sh @@ -53,6 +53,3 @@ declare -xr TMPDIR="$(mktemp -p /tmp -d ${CLI_NAME}.sh-XXXXXX)" if [[ -x ${CLI_FUNCDIR}/Commons/cli.sh ]];then . ${CLI_FUNCDIR}/Commons/cli.sh; export -f 'cli'; cli "$@" fi - -# End script execution correctly. -exit 0