Update glacier-install.sh
This commit is contained in:
parent
1f76be2199
commit
002ad51ee8
@ -22,7 +22,6 @@ if [ "$?" != "0" ]; then
|
|||||||
echo "[ X ] Could not unpack $input.tar.gz" 1>&2
|
echo "[ X ] Could not unpack $input.tar.gz" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd $input
|
|
||||||
chmod +x INSTALL.sh
|
chmod +x INSTALL.sh
|
||||||
./INSTALL.sh # Actually executes installation script
|
./INSTALL.sh # Actually executes installation script
|
||||||
echo "[ i ] Cleaning up..." # Status message
|
echo "[ i ] Cleaning up..." # Status message
|
||||||
|
Loading…
Reference in New Issue
Block a user