mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): set notifications up in test config
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
c3d962a0d0
commit
32660881f6
1 changed files with 3 additions and 0 deletions
|
@ -13,4 +13,7 @@ aurweb-config set database socket '/var/run/mysqld/mysqld.sock'
|
|||
aurweb-config unset database password
|
||||
aurweb-config unset database port
|
||||
|
||||
# Setup notifications for testing.
|
||||
aurweb-config set notifications sendmail "$(pwd)/util/sendmail"
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue