Turned on debugging

This commit is contained in:
Anton Hvornum 2019-06-20 16:06:41 +00:00
parent 964502be7c
commit 2376ab2742
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"pacman -Syy --noconfirm postgresql" : null,
"systemctl enable postgresql" : null,
"su - postgres -c \"initdb -D /var/lib/postgres/data\"" : null
"pacman -Syy --noconfirm postgresql" : {"debug" : true},
"systemctl enable postgresql" : {"debug" : true},
"su - postgres -c \"initdb -D /var/lib/postgres/data\"" : {"debug" : true}
}