Update shebang in entrypoint scripts to use /usr/bin/env bash

pull/545/head
NamrathShetty 2025-03-22 12:51:24 +05:30
parent 7f951108da
commit c1396ead97
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e