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

View File

@@ -1,5 +1,6 @@
#!/bin/bash
ADMIN_EMAIL="root@thunix.net"
CONFIG=./setenv
. $CONFIG
USER=$1
sudo mysqldump -u root $USER > /tmp/$USER.sql