Remove remnants of SCREEN_LOGDIR
These appear to have been missed in commit 'cdba1b371'. Change-Id: Ibb7fd7a0d54750c16360dfceb8e6b024ed8f504e
This commit is contained in:
parent
64c7c54f1e
commit
c81947a37d
3
clean.sh
3
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
|
||||
|
1
stackrc
1
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}
|
||||
|
Loading…
Reference in New Issue
Block a user