You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installer/I04_default_vars.sh
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ I01_default_vars() {
95
95
echo"OVERWRITE_LOG=${OVERWRITE_LOG:-0}"# automaticially overwrite log directory, if necessary
96
96
echo"MAX_EXT_SPACE=${MAX_EXT_SPACE:-110000}"# ensure we do not stop on extraction. If you are running into disk space issues you can adjust this variable
97
97
# Important directories
98
-
LOG_DIR="${INVOCATION_PATH}/logs"
98
+
LOG_DIR="${INVOCATION_PATH:=.}/logs"# !set innvocation path if unset
0 commit comments