define YAML_FILE in setenv

This commit is contained in:
Naglfar 2019-12-12 19:55:10 +00:00
parent 29902891c0
commit 3c779185d4
3 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
# Forked from tilde.team's make user script ( # Forked from tilde.team's make user script (
PROGNAME=${0##*/} PROGNAME=${0##*/}
VERSION="0.4" VERSION="0.4"
YAML_FILE="$1.yml"
GEN_TDP="./gen_tdp" GEN_TDP="./gen_tdp"
CONFIG=./setenv CONFIG=./setenv

View File

@ -7,7 +7,6 @@
# Forked from tilde.team's make user script ( # Forked from tilde.team's make user script (
PROGNAME=${0##*/} PROGNAME=${0##*/}
VERSION="0.4" VERSION="0.4"
YAML_FILE="$1.yml"
CONFIG=./setenv CONFIG=./setenv
. $CONFIG . $CONFIG

1
setenv
View File

@ -10,3 +10,4 @@ export DESCRIPTION="Thunix is a community, centered around access to a public *n
export LIST_NAME="thunix-join@lists.tildeverse.org" export LIST_NAME="thunix-join@lists.tildeverse.org"
export EMAIL_TEMPLATE="tmpl/email.tmpl" export EMAIL_TEMPLATE="tmpl/email.tmpl"
export TILDE_JSON="/var/www/thunix.cf/tilde.json" export TILDE_JSON="/var/www/thunix.cf/tilde.json"
export YAML_FILE="$1.yml"