Skip to content

Commit

Permalink
Do not source venv from inside script
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Aug 8, 2024
1 parent ec66f04 commit c39301e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cron_bano.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

source /data/project/bano_v3/venv_v3/bin/activate

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR

Expand Down
2 changes: 0 additions & 2 deletions cron_osm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#set -e

source /data/project/bano_v3/venv_v3/bin/activate

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $SCRIPT_DIR
Expand Down

0 comments on commit c39301e

Please sign in to comment.