Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.0
-
None
-
None
Description
The recent changes to the launch scripts introduced a subtle bug in the logic that verifies the log directory:
if [[ ! -d "$DRILL_LOG_DIR" && ! -w "$DRILL_LOG_DIR" ]]; then
...
if [[ ! -d "$DRILL_LOG_DIR" && ! -w "$DRILL_LOG_DIR" ]]; then
In both cases, the operator should be or ("||").
That is, if either the item is not a directory, or it is a directory but is not writable, then do the fall-back steps.
Attachments
Issue Links
- links to