We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db69939 commit de233e8Copy full SHA for de233e8
scriptmodules/supplementary/runcommand/runcommand.sh
@@ -120,7 +120,7 @@ function get_config() {
120
[[ -z "$IMAGE_DELAY" ]] && IMAGE_DELAY=2
121
iniGet "log_dir"
122
LOG_DIR="$ini_value"
123
- [[ -z "$LOG_DIR" ]] && LOG_DIR="/dev/shm"
+ [[ -d "$LOG_DIR" ]] && LOG_DIR="/dev/shm"
124
LOG="$LOG_DIR/runcommand.log"
125
fi
126
0 commit comments