mirror of
https://github.com/lingble/twenty.git
synced 2025-11-16 22:14:57 +00:00
Fix mac os script
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user