Skip to content

Commit

Permalink
Newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukolszewski committed Jan 7, 2024
1 parent 3b78569 commit 87ab221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions autogpts/autogpt/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

kill $(lsof -t -i :${AGENT_PORT:-8080})

if [ ! -f .env ] && [ -z "$OPENAI_API_KEY" ]; then
Expand Down
3 changes: 1 addition & 2 deletions run
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

set -a
source .env
set +a
python3 cli.py "$@"
python3 cli.py "$@"

0 comments on commit 87ab221

Please sign in to comment.