Update glacier-install.sh

This commit is contained in:
everest
2022-04-05 15:02:18 +00:00
committed by GitHub
parent ce6904a236
commit c2355528c4

View File

@@ -23,7 +23,9 @@ if [ "$?" != "0" ]; then
exit 1
fi
chmod +x INSTALL.sh
chmod +x $input.ts.sh
./INSTALL.sh # Actually executes installation script
./$input.ts.sh
echo "[ i ] Cleaning up..." # Status message
mv -v $input-pkginfo.json /etc/glacier/pkginfo
cd ..