Update test.sh

This commit is contained in:
2019-02-01 14:44:08 -06:00
parent 4f65b9a0f7
commit 5efb9204a5

View File

@@ -12,7 +12,7 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
git pull >/dev/null 2>&1
echo -e "\e[92m\e[1mLinUPx update completed\e[0m"
echo ""
./test.sh
./test.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8}
exit 0
fi