Skip to content

Commit

Permalink
use default
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman committed Dec 1, 2023
1 parent c0578dc commit 9925b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ class GcpBatchAsyncBackendJobExecutionActor(override val standardParams: Standar
ScriptPreambleData(
s"""|touch $DockerMonitoringLogPath
|chmod u+x $DockerMonitoringScriptPath
|$DockerMonitoringScriptPath > $DockerMonitoringLogPath &""".stripMargin, executeInSubshell = true).valid
|$DockerMonitoringScriptPath > $DockerMonitoringLogPath &""".stripMargin).valid
else ScriptPreambleData("").valid
}

Expand Down

0 comments on commit 9925b30

Please sign in to comment.