Drop comments and lines
This commit is contained in:
@ -3,8 +3,6 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
file_env() {
|
file_env() {
|
||||||
# https://medium.com/@adrian.gheorghe.dev/using-docker-secrets-in-your-environment-variables-7a0609659aab
|
|
||||||
|
|
||||||
local var="$1"
|
local var="$1"
|
||||||
local fileVar="${var}_FILE"
|
local fileVar="${var}_FILE"
|
||||||
local def="${2:-}"
|
local def="${2:-}"
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
file_env() {
|
file_env() {
|
||||||
# https://medium.com/@adrian.gheorghe.dev/using-docker-secrets-in-your-environment-variables-7a0609659aab
|
|
||||||
|
|
||||||
local var="$1"
|
local var="$1"
|
||||||
local fileVar="${var}_FILE"
|
local fileVar="${var}_FILE"
|
||||||
local def="${2:-}"
|
local def="${2:-}"
|
||||||
|
Reference in New Issue
Block a user