Fix mac os script

This commit is contained in:
Charles Bochet
2023-10-19 10:52:34 +02:00
parent e90301098a
commit 09fe29e559

View File

@@ -105,4 +105,4 @@ fi
# Run the init.sql to setup database
echo_header $GREEN "Step [4/4]: Setting up database..."
cp ./infra/dev/postgres/init.sql /tmp/init.sql
psql -f /tmp/init.sql || handle_error "Failed to execute init.sql script."
psql -f /tmp/init.sql -d postgres|| handle_error "Failed to execute init.sql script."