diff --git a/install_ubuntu_common.sh b/install_ubuntu_common.sh index 8fc0448..d36a294 100755 --- a/install_ubuntu_common.sh +++ b/install_ubuntu_common.sh @@ -29,7 +29,7 @@ ln -sf $CI_SOURCE_PATH ~/$DIR_ACTUALHOSTS_LINK/$REPOSITORY_NAME # As a workarou # Returns: # None ####################################### -function error() { +function error { local _LINENO="$1" local _ERR_MSG="$2" local _ERR_CODE="${3:-1}"