0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-01-23 22:23:54 +01:00

run bash via env command (#1637)

`#!/usr/bin/env` searches `PATH` for `bash`, and `bash` is not always in `/bin``

Signed-off-by: Felix Buehler <account@buehler.rocks>
This commit is contained in:
Felix Bühler 2022-01-07 23:22:35 +01:00 committed by GitHub
parent c046638a98
commit 961aeb147e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
image="$1"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -Eeuo pipefail
stable_channel='22.2.3'

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eo pipefail
declare -A php_version=(