ADMIN_EMAIL and REPO_LOCATION defined in setenv

This commit is contained in:
Naglfar
2019-12-06 15:32:09 +00:00
parent 01683bb523
commit 3bff655fbc
4 changed files with 6 additions and 7 deletions

3
makedb
View File

@@ -2,7 +2,8 @@
USER=$1
PASSWORD=`pwgen -1B 24`
ADMIN_EMAIL='root@thunix.net'
CONFIG=./setenv
. $CONFIG
sudo mysql -u root << _EOF
CREATE DATABASE $USER;