define YAML_FILE in setenv
This commit is contained in:
parent
29902891c0
commit
3c779185d4
1
makeuser
1
makeuser
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
1
setenv
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue