Removed breakpoints. Installer completes on bare arch install

This commit is contained in:
Raelon Masters
2020-05-11 18:12:36 -04:00
parent 545f747819
commit 8d967a93a9

1
installer vendored
View File

@@ -320,7 +320,6 @@ if RequiredServices().db_server_found(req) is False:
"sudo -u postgres initdb --locale=en_US.UTF-8 -E UTF8 \
-D /var/lib/postgres/data"
)
breakpoint()
os.system("sudo systemctl start postgresql")
os.system("sudo -u postgres psql -f %s" % _sql_file)
# os.system("sudo -u postgres psql -c \'%s\'"%psql_cmd)