Update glacier-install.sh

This commit is contained in:
everest 2022-03-16 23:15:22 +00:00 committed by GitHub
parent 65dc8a31ef
commit aab61f1bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ if [ "$?" != "0" ]; then
exit 1
fi
echo "[ i ] Unpacking $input.tar.gz..."
mkdir $input
tar -xvf $input.tar.gz
if [ "$?" != "0" ]; then
echo "[ X ] Could not unpack $input.tar.gz" 1>&2