Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lexuzieel committed Apr 5, 2023
1 parent 63994fb commit 2c89bbf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ main() {

log_d "tinyproxy started"

log_d "Stopping previous TagUI run..."

kill_tagui

if [ $? -ne 0 ]; then
log_d "Got error while trying to stop TagUI run"
else
log_d "TagUI run stopped successfuly"
fi

rm -rf $ROBOCAT_HOME/tagui/src/chrome/tagui_user_profile
TAGUI_COMMAND="tagui $FLOW_PATH $DATA_PATH $TAGUI_ARGS"
log_d "Running TagUI with the following command: $TAGUI_COMMAND"
Expand Down

0 comments on commit 2c89bbf

Please sign in to comment.