Skip to content

Commit 2624da3

Browse files
committed
fix: session_script.sh: magic line HAS to be first
1 parent b9823e1 commit 2624da3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/remote/firecrest/session_script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
#!/bin/bash
2+
13
# NOTE FOR AMALTHEA MAINTAINERS:
24
# This script contains template strings in the following form:
35
# `#{{NAME}}`
46
# These strings should be added or removed according to code changes
57
# in the remote session controller.
68
# END NOTE
7-
#!/bin/bash
89
#{{SBATCH_DIRECTIVES_PLACEHOLDER}}
910

1011
set -e -o pipefail

0 commit comments

Comments
 (0)