From e87c63e499bbb88ee1fdfb941a884b976d3781c4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 11:04:16 +0200 Subject: [PATCH] echo -e "2\n" | ./hackingtool.py --- .github/workflows/test_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index b9faf27..412325c 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -22,5 +22,5 @@ jobs: - run: sudo ./install.sh 1 - run: pwd && ls -hal # `2` should use the default path /home/hackingtool/ - - run: echo "2\n" | hackingtool # Does not take the echoed input - - run: echo "2\n" | ./hackingtool.py + - run: echo -e "2\n" | hackingtool # Does not take the echoed input + - run: echo -e "2\n" | ./hackingtool.py