Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
Fix shebang line position
  • Loading branch information
danielmarzini authored Dec 19, 2024
1 parent 793e02d commit 43fad8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slurm-on-gke/image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# MIT License

# Copyright (c) 2019 Giovanni Torres
Expand All @@ -20,7 +21,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

#!/bin/bash
set -euo pipefail

function start_munge(){
Expand Down Expand Up @@ -143,4 +143,4 @@ then

else
exec "$@"
fi
fi

0 comments on commit 43fad8f

Please sign in to comment.