Rename run script to run_skyvern.sh (#23)

This commit is contained in:
Kerem Yilmaz
2024-03-04 11:28:51 -08:00
committed by GitHub
parent 3bf56717c9
commit 0917fa0702
3 changed files with 2 additions and 2 deletions

View File

@@ -52,8 +52,8 @@ setup_postgresql() {
exit 1
fi
brew install postgresql@14
brew services start postgresql@14
fi
brew services start postgresql@14
if psql skyvern -U skyvern -c '\q'; then
echo "Connection successful. Database and user exist."