Turned on debugging
This commit is contained in:
parent
964502be7c
commit
2376ab2742
|
|
@ -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}
|
||||
}
|
||||
Loading…
Reference in New Issue