From bc03f8ad18db50f9674d017a9556529cf414013b Mon Sep 17 00:00:00 2001 From: Jeff Haynie Date: Mon, 6 May 2013 22:42:11 -0700 Subject: [PATCH] fixed postinstall rename --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 24c71e8..41b5475 100755 --- a/install.sh +++ b/install.sh @@ -186,7 +186,7 @@ ret=$? if [ $ret -eq 2 ]; then echo ${bldgry} 2>&1 titanium sdk install latest --force --no-colors --no-banner - ti-install tipostinstall + ti-install postinstall else if [ $ret -eq 1 ]; then exit $ret