Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/applications/postgresql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/applications/postgresql.py b/profiles/applications/postgresql.py
index 29546d78..80ad4b66 100644
--- a/profiles/applications/postgresql.py
+++ b/profiles/applications/postgresql.py
@@ -6,6 +6,6 @@ __packages__ = ["postgresql"]
archinstall.storage['installation_session'].add_additional_packages(__packages__)
-archinstall.storage['installation_session'].arch_chroot("initdb -D /var/lib/postgres/data", runas='postgres')
+archinstall.storage['installation_session'].arch_chroot("initdb -D /var/lib/postgres/data", run_as='postgres')
archinstall.storage['installation_session'].enable_service('postgresql')