Skip to content

Commit

Permalink
Update to_be_raptor_linx to add default location of license file
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Mar 4, 2024
1 parent 949fd64 commit 901c07f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/to_be_raptor_linx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RAPTOR_PATH=`( cd "$SCRIPT_PATH" && pwd )`

[ -f $RAPTOR_PATH/../.raptorenv_lin64.sh ] && source $RAPTOR_PATH/../.raptorenv_lin64.sh

export LICENSE_LOCATION=$HOME/.local/Rapidsilicon/raptor.lic\;$LICENSE_LOCATION

if [[ "$RAPTOR_EXE_DEBUG" == "1" ]]; then
$RAPTOR_PATH/bin/raptor.exe "$@"
else
Expand Down

0 comments on commit 901c07f

Please sign in to comment.