These appear to have been missed in commit 'cdba1b371'.
Change-Id: Ibb7fd7a0d54750c16360dfceb8e6b024ed8f504e
| ... | ... |
@@ -122,9 +122,6 @@ fi |
| 122 | 122 |
if [[ -n "$LOGDIR" ]] && [[ -d "$LOGDIR" ]]; then |
| 123 | 123 |
sudo rm -rf $LOGDIR |
| 124 | 124 |
fi |
| 125 |
-if [[ -n "$SCREEN_LOGDIR" ]] && [[ -d "$SCREEN_LOGDIR" ]]; then |
|
| 126 |
- sudo rm -rf $SCREEN_LOGDIR |
|
| 127 |
-fi |
|
| 128 | 125 |
|
| 129 | 126 |
# Clean out the sytemd user unit files if systemd was used. |
| 130 | 127 |
if [[ "$USE_SYSTEMD" = "True" ]]; then |
| ... | ... |
@@ -949,7 +949,6 @@ if [[ -z "${LOGDIR:-}" ]]; then
|
| 949 | 949 |
fi |
| 950 | 950 |
|
| 951 | 951 |
# ``LOGDIR`` is always set at this point so it is not useful as a 'enable' for service logs |
| 952 |
-# ``SCREEN_LOGDIR`` may be set, it is useful to enable the compat symlinks |
|
| 953 | 952 |
|
| 954 | 953 |
# System-wide ulimit file descriptors override |
| 955 | 954 |
ULIMIT_NOFILE=${ULIMIT_NOFILE:-2048}
|