From c81947a37d06fa07a53a891750e4864b89622e58 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 23 Jan 2018 09:30:31 +0000 Subject: [PATCH] Remove remnants of SCREEN_LOGDIR These appear to have been missed in commit 'cdba1b371'. Change-Id: Ibb7fd7a0d54750c16360dfceb8e6b024ed8f504e --- clean.sh | 3 --- stackrc | 1 - 2 files changed, 4 deletions(-) diff --git a/clean.sh b/clean.sh index 2333596c1f..a29ebd94f0 100755 --- a/clean.sh +++ b/clean.sh @@ -122,9 +122,6 @@ fi if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then sudo rm -rf $LOGDIR fi -if [[ -n "$SCREEN_LOGDIR" ]] && [[ -d "$SCREEN_LOGDIR" ]]; then - sudo rm -rf $SCREEN_LOGDIR -fi # Clean out the sytemd user unit files if systemd was used. if [[ "$USE_SYSTEMD" = "True" ]]; then diff --git a/stackrc b/stackrc index 59442529f4..e8c35f423e 100644 --- a/stackrc +++ b/stackrc @@ -949,7 +949,6 @@ if [[ -z "${LOGDIR:-}" ]]; then fi # ``LOGDIR`` is always set at this point so it is not useful as a 'enable' for service logs -# ``SCREEN_LOGDIR`` may be set, it is useful to enable the compat symlinks # System-wide ulimit file descriptors override ULIMIT_NOFILE=${ULIMIT_NOFILE:-2048}