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 Feb 13, 2024
1 parent eb8bcc0 commit 7b17ecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cron_bano.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

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 7b17ecd

Please sign in to comment.