fixed permissions on tar extract 74/174/1
authordavidplunkett <dp7642@att.com>
Wed, 1 Aug 2018 10:04:25 +0000 (06:04 -0400)
committerdavidplunkett <dp7642@att.com>
Wed, 1 Aug 2018 10:04:25 +0000 (06:04 -0400)
Change-Id: I2571dcbb9a79f8723fef90181456ba15364f01db
Signed-off-by: davidplunkett <dp7642@att.com>
setup_tools.sh

index ea8dfd7..e99c736 100755 (executable)
@@ -73,7 +73,7 @@ fi
 if [ ! -d "$TOOLS_ROOT" ]; then
     echo "Installing latest tools from [$REDFISH_REPO] to [$TOOLS_ROOT]"
     mkdir -p $TOOLS_ROOT
-    curl -L $REDFISH_REPO | tar -xz -C $TOOLS_ROOT 
+    curl -L $REDFISH_REPO | tar -xzo -C $TOOLS_ROOT 
 fi
 if [ ! -f "$TOOLS_ROOT/boot.ipxe.template" ]; then
     echo "ERROR:  failed cloning tools from [$REDFISH_GIT] to [$TOOLS_ROOT]"