Skip to content

Commit

Permalink
Load venv if found
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Mar 18, 2024
1 parent fbc0198 commit beb36b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start_tem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ command -v nc >/dev/null 2>&1 || {
exit 1;
}

# shellcheck disable=1091
[ -f venv/bin/activate ] && source ./venv/bin/activate

# init variables
settings_file="tem.settings"
aSettStr=();aSettVal=()
Expand Down

0 comments on commit beb36b3

Please sign in to comment.