Update glacier-cache-install.sh
This commit is contained in:
parent
de9dbf0918
commit
cdfba90742
@ -23,7 +23,9 @@ if [ "$?" != "0" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
chmod +x INSTALL.sh
|
chmod +x INSTALL.sh
|
||||||
|
chmod +x $input.ts.sh
|
||||||
./INSTALL.sh # Actually executes installation script
|
./INSTALL.sh # Actually executes installation script
|
||||||
|
./$input.ts.sh
|
||||||
echo "[ i ] Cleaning up..." # Status message
|
echo "[ i ] Cleaning up..." # Status message
|
||||||
mv -v $input-pkginfo.json /etc/glacier/pkginfo
|
mv -v $input-pkginfo.json /etc/glacier/pkginfo
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user