1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00
This commit is contained in:
myvesta 2022-07-29 00:34:52 +02:00 committed by GitHub
parent bc67f1028a
commit d48f6cc428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ if [ -z "$database" ]; then
database="wp"
fi
if [ -z "$emil" ]; then
if [ -z "$email" ]; then
email="info@$domain";
fi