From 1788e7094e8de39b53c29f979c38f6bedeb66cd9 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Tue, 7 Feb 2023 13:41:29 -0500 Subject: [PATCH] permissions --- .build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index f3332a4..661da5a 100644 --- a/.build.yml +++ b/.build.yml @@ -8,10 +8,10 @@ sources: - https://git.e3t.cc/~core/trifid tasks: - setup: | - su postgres -c mkdir /var/lib/postgresql/data - su postgres -c chmod 0700 /var/lib/postgresql/data - su postgres -c initdb -D /var/lib/postgresql/data - su postgres -c pg_ctl start -D /var/lib/postgresql/data + su root -c "su postgres -c mkdir /var/lib/postgresql/data" + su root -c "su postgres -c chmod 0700 /var/lib/postgresql/data" + su root -c "su postgres -c initdb -D /var/lib/postgresql/data" + su root -c "su postgres -c pg_ctl start -D /var/lib/postgresql/data" cd /home/build/trifid cargo install sqlx-cli sqlx database create