diff options
Diffstat (limited to 'buildtools/debian-skeleton/rpki-ca.postinst')
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.postinst b/buildtools/debian-skeleton/rpki-ca.postinst index 866183af..18fef863 100644 --- a/buildtools/debian-skeleton/rpki-ca.postinst +++ b/buildtools/debian-skeleton/rpki-ca.postinst @@ -50,7 +50,7 @@ setup_rpki_conf() { setup_sql() { #rpki-sql-setup --mysql-defaults /etc/mysql/debian.cnf create - rpki-sql-setup --postgresql-root-username postgres create + rpki-sql-setup --debug --verbose --postgresql-root-username postgres create } setup_bpki() { |