From 88f094a79e2b5b8aec02ab32b35a6ada272df60c Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Thu, 5 Oct 2017 16:47:22 +0700 Subject: [PATCH] Remove SCREEN_LOGDIR from devstack SCREEN_LOGDIR has already been deprecated [1] [1] https://review.openstack.org/#/c/499186 Change-Id: Ia27a87ef5dfc02ff888a17e5078450e7b71905d1 --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 1d2cc365..8d70a244 100755 --- a/install.sh +++ b/install.sh @@ -37,9 +37,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 }