From 1f76be21992b47b84bbe7c08dd2cc96e868d8cc4 Mon Sep 17 00:00:00 2001 From: everest Date: Wed, 16 Mar 2022 23:20:22 +0000 Subject: [PATCH] Update glacier-install.sh --- glacier-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glacier-install.sh b/glacier-install.sh index 5570824..f08caee 100644 --- a/glacier-install.sh +++ b/glacier-install.sh @@ -17,7 +17,7 @@ if [ "$?" != "0" ]; then fi echo "[ i ] Unpacking $input.tar.gz..." mkdir $input && cd $input -tar -xvf $input.tar.gz +tar -xvf ../$input.tar.gz if [ "$?" != "0" ]; then echo "[ X ] Could not unpack $input.tar.gz" 1>&2 exit 1