This commit is contained in:
myvesta 2022-07-29 00:34:52 +02:00 committed by GitHub
commit d48f6cc428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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