Skip to content
Snippets Groups Projects
Commit 0d315c01 authored by Gilles Filippini's avatar Gilles Filippini Committed by immae
Browse files

chore: stick to POSIX syntax for docker entrypoint

parent f1ba995a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -uo pipefail
function boolean () {
boolean () {
echo "$1" | sed -E 's/^(true|yes|1)$/true/i'
}
big_fat_warning='\033[01;31m**WARNING**:\033[0m'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment