Update glacier-install.sh

This commit is contained in:
everest 2022-03-16 23:20:22 +00:00 committed by GitHub
parent 544f1e00f1
commit 1f76be2199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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