Fix mac os script
This commit is contained in:
@ -105,4 +105,4 @@ fi
|
|||||||
# Run the init.sql to setup database
|
# Run the init.sql to setup database
|
||||||
echo_header $GREEN "Step [4/4]: Setting up database..."
|
echo_header $GREEN "Step [4/4]: Setting up database..."
|
||||||
cp ./infra/dev/postgres/init.sql /tmp/init.sql
|
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user