Update test.sh

This commit is contained in:
2019-01-31 22:47:06 -06:00
parent 864f36fe7f
commit d5059f216b

View File

@@ -11,6 +11,9 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
git prune >/dev/null 2>&1
git pull >/dev/null 2>&1
echo -e "\e[92m\e[1mLinUPx update completed\e[0m"
echo ""
./test.sh
exit 0
fi