diff --git a/install.sh b/install.sh index bf374f04..10993ce6 100755 --- a/install.sh +++ b/install.sh @@ -39,9 +39,6 @@ function err() { set +o xtrace local msg="[ERROR] ${BASH_SOURCE[2]}:$1 $2" echo $msg 1>&2; - if [[ -n ${SCREEN_LOGDIR} ]]; then - echo $msg >> "${SCREEN_LOGDIR}/error.log" - fi $errXTRACE return $exitcode }