manga-dlp/docker/rootfs/etc/cont-init.d/20-setenv
Ivan Schaller e016ed8bf7
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
add docker container
2021-12-24 16:30:50 +01:00

9 lines
214 B
Text

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# set all env variables for further use. If variable is unset, it will have the defaults on the right side after ":="
# custom env vars
#: "${var1:=/path1}"