Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-12-31 12:50:48 +0100
committerAnton Hvornum <anton@hvornum.se>2021-12-31 12:50:48 +0100
commitc3e2b993160930f7f74f1e822199914b0eeeead9 (patch)
tree378b02ec3bf5874b3921360cf0b4092ebb097c43
parentcad911893d653f612c1570ed1bdc7b82df3d9ab8 (diff)
runas -> run_as
-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')