We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.env.example
.defaults
1 parent b6be80f commit 1373a74Copy full SHA for 1373a74
.env.example .defaults/.env.example.env.example renamed to .defaults/.env.example
.includes/global_variables.sh
@@ -56,7 +56,7 @@ declare -gx DEFAULT_INI_FILE="${DEFAULTS_FOLDER}/${APPLICATION_INI_NAME}"
56
57
declare -gx THEME_FILE_NAME="theme.ini"
58
59
-declare -gx COMPOSE_ENV_DEFAULT_FILE="${SCRIPTPATH}/.env.example"
+declare -gx COMPOSE_ENV_DEFAULT_FILE="${DEFAULTS_FOLDER}/.env.example"
60
61
declare -gx COMPOSE_FOLDER
62
declare -gx CONFIG_FOLDER
0 commit comments