From 8bdbc8b318df29be2f5cf19781a47f1fc67b29f8 Mon Sep 17 00:00:00 2001 From: andrlos <80903703+andrlos@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:23:30 +0100 Subject: [PATCH] Update testHeadlessComponents.sh --- testHeadlessComponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testHeadlessComponents.sh b/testHeadlessComponents.sh index 21e3464..a387a16 100755 --- a/testHeadlessComponents.sh +++ b/testHeadlessComponents.sh @@ -40,7 +40,7 @@ fi function unwrap_file_to_location() { if [ "$OS" == "mac" -o "$OS" == "linux" ]; then - tar --strip-components=1 -xvf $1 -C $2 + tar --strip-components=1 -xf $1 -C $2 elif [ "$OS" == "windows" ]; then unzip $1 -d $2 # Get the name of the extracted folder (assuming only one folder is present)