define EMAIL_TEMPLATE and TILDE_JSON in setenv
This commit is contained in:
parent
ae758c6f1a
commit
29902891c0
2
makeuser
2
makeuser
|
@ -7,10 +7,8 @@
|
||||||
# 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"
|
||||||
EMAIL_TEMPLATE="tmpl/email.tmpl"
|
|
||||||
YAML_FILE="$1.yml"
|
YAML_FILE="$1.yml"
|
||||||
GEN_TDP="./gen_tdp"
|
GEN_TDP="./gen_tdp"
|
||||||
TILDE_JSON="/var/www/thunix.cf/tilde.json"
|
|
||||||
CONFIG=./setenv
|
CONFIG=./setenv
|
||||||
|
|
||||||
. $CONFIG
|
. $CONFIG
|
||||||
|
|
|
@ -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"
|
||||||
EMAIL_TEMPLATE="tmpl/email.tmpl"
|
|
||||||
YAML_FILE="$1.yml"
|
YAML_FILE="$1.yml"
|
||||||
CONFIG=./setenv
|
CONFIG=./setenv
|
||||||
|
|
||||||
|
|
2
setenv
2
setenv
|
@ -8,3 +8,5 @@ export ADMIN_EMAIL="root@thunix.net"
|
||||||
export SIGNUP_URL="https://thunix.net/signup"
|
export SIGNUP_URL="https://thunix.net/signup"
|
||||||
export DESCRIPTION="Thunix is a community, centered around access to a public *nix system. Thunix offers shell accounts with complete set of programming tools, and follows a continuous integration-continuous deployment of system configuration."
|
export DESCRIPTION="Thunix is a community, centered around access to a public *nix system. Thunix offers shell accounts with complete set of programming tools, and follows a continuous integration-continuous deployment of system configuration."
|
||||||
export LIST_NAME="thunix-join@lists.tildeverse.org"
|
export LIST_NAME="thunix-join@lists.tildeverse.org"
|
||||||
|
export EMAIL_TEMPLATE="tmpl/email.tmpl"
|
||||||
|
export TILDE_JSON="/var/www/thunix.cf/tilde.json"
|
||||||
|
|
Loading…
Reference in New Issue