From 3cbf3c69e5933d2154f8ac96dfd1c3a2a10280cc Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 1 May 2021 13:36:03 +0200 Subject: [PATCH] Fix install with sql files --- conf/mail.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mail.sql b/conf/mail.sql index 0b02445..5cb435c 100644 --- a/conf/mail.sql +++ b/conf/mail.sql @@ -1,4 +1,4 @@ -REPLACE INTO \`settings\` (\`key\`, \`value\`) VALUES +REPLACE INTO `settings` (`key`, `value`) VALUES ('mail_driver', 'mail'), ('mail_encryption', 'ssl'), ('mail_from', '$app@$domain'),