From 5827234300efe5b0279e844d3c8d4e3852db86d4 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sat, 13 May 2023 17:37:42 +0200 Subject: [PATCH] silence the sqlite command --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 19351326..119fffde 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -231,7 +231,7 @@ sed -i.miabold 's/^[^#]\+.\+PRAGMA journal_mode = WAL.\+$/#&/' \ # Because Roundcube wants to set the PRAGMA we just deleted from the source, we apply it here # to the roundcube database (see https://github.com/roundcube/roundcubemail/issues/8035) # Database should exist, created by migration script -sqlite3 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite 'PRAGMA journal_mode=WAL;' +sqlite3 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite 'PRAGMA journal_mode=WAL;' > /dev/null # Enable PHP modules. phpenmod -v php imap