Skip to content

Commit

Permalink
removed else
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gahlot <[email protected]>
  • Loading branch information
gauravgahlot committed Jul 6, 2021
1 parent 0c8a99e commit 1bf3b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ setup_osie() (
if [ ! -f "$TB_OSIE_TAR" ]; then
echo "$ERR osie tar not found in the given location $TB_OSIE_TAR"
exit 1
else
echo "$INFO extracting osie tar"
fi
echo "$INFO extracting osie tar"
tar -zxf "$TB_OSIE_TAR"
fi

Expand Down

0 comments on commit 1bf3b3d

Please sign in to comment.