From 754e6ff3f2c4de564b386fec8df6939a99e1c497 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 08 2012 01:01:26 +0000 Subject: Update `Functions/Prepare/prepare.sh' file. --- diff --git a/Scripts/Bash/Functions/Prepare/prepare.sh b/Scripts/Bash/Functions/Prepare/prepare.sh index 2d1c556..cd1e199 100755 --- a/Scripts/Bash/Functions/Prepare/prepare.sh +++ b/Scripts/Bash/Functions/Prepare/prepare.sh @@ -27,13 +27,6 @@ function prepare { - # Verify that centos-art.sh script is run using an absolute path. - # This is required in order to determine the exact location of the - # working copy, later when `bash_profile' file is created. - if [[ ! $0 =~ "^/[[:alnum:]/_-]+${CLI_NAME}.sh$" ]];then - cli_printMessage "`gettext "To prepare your workstation, the script should be run using its abosolute path."`" --as-error-line - fi - local ACTIONNAM='' local ACTIONNAMS=''