Browse Source

global vars

merge-requests/68/head
Steven Foerster 5 years ago
parent
commit
2782069d62
  1. 3
      scripts/env/check_env_file.sh

3
scripts/env/check_env_file.sh vendored

@ -9,6 +9,9 @@ export MISTBORN_HOME=/opt/mistborn
# read in global variables # read in global variables
set -a set -a
source ${MISTBORN_HOME}/.env source ${MISTBORN_HOME}/.env
source ${MISTBORN_HOME}/.envs/.production/.django
source ${MISTBORN_HOME}/.envs/.production/.postgres
source ${MISTBORN_HOME}/.envs/.production/.pihole
set +a set +a
export SERVICE_ENV_INSTALLER="${MISTBORN_HOME}/scripts/subinstallers/extra/${SERVICE}.sh" export SERVICE_ENV_INSTALLER="${MISTBORN_HOME}/scripts/subinstallers/extra/${SERVICE}.sh"

Loading…
Cancel
Save