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}