From 1139225bf085b25c7ce491e136d28d8dbfdc38c6 Mon Sep 17 00:00:00 2001 From: natthan-pigoux Date: Fri, 24 Jul 2026 15:50:29 +0200 Subject: [PATCH] fix: add shebang to run_detached script --- src/DIRAC/Resources/Computing/BatchSystems/Host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DIRAC/Resources/Computing/BatchSystems/Host.py b/src/DIRAC/Resources/Computing/BatchSystems/Host.py index b65de5baf35..4f82d0fdb1b 100644 --- a/src/DIRAC/Resources/Computing/BatchSystems/Host.py +++ b/src/DIRAC/Resources/Computing/BatchSystems/Host.py @@ -72,6 +72,7 @@ def submitJob(self, **kwargs): runFile = open(runFileName, "w") runFile.write( """ +#!/bin/bash ( exec $2