Update glacier-update.sh

This commit is contained in:
everest
2022-04-05 15:03:30 +00:00
committed by GitHub
parent c2355528c4
commit 66c7e0beb8

View File

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