File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ _WAS_TIMEOUT_USED="false" # Use strings "true" or "false" for shell boolean
119119
120120if command -v timeout >/dev/null 2>&1; then
121121 echo "[postStart hook] Executing commands with timeout: ${POSTSTART_TIMEOUT_DURATION} seconds, kill after: ${POSTSTART_KILL_AFTER_DURATION} seconds" >&2
122- _TIMEOUT_COMMAND_PART="timeout --preserve-status --kill-after=\" ${POSTSTART_KILL_AFTER_DURATION}\" \" ${POSTSTART_TIMEOUT_DURATION}\" "
122+ _TIMEOUT_COMMAND_PART="timeout --preserve-status --kill-after=${POSTSTART_KILL_AFTER_DURATION} ${POSTSTART_TIMEOUT_DURATION}"
123123 _WAS_TIMEOUT_USED="true"
124124else
125125 echo "[postStart hook] WARNING: 'timeout' utility not found. Executing commands without timeout." >&2
You can’t perform that action at this time.
0 commit comments