Skip to content

Commit

Permalink
fixed postinstall rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Haynie committed May 7, 2013
1 parent b837ef5 commit bc03f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -186,7 +186,7 @@ ret=$?
if [ $ret -eq 2 ]; then if [ $ret -eq 2 ]; then
echo ${bldgry} 2>&1 echo ${bldgry} 2>&1
titanium sdk install latest --force --no-colors --no-banner titanium sdk install latest --force --no-colors --no-banner
ti-install tipostinstall ti-install postinstall
else else
if [ $ret -eq 1 ]; then if [ $ret -eq 1 ]; then
exit $ret exit $ret
Expand Down

0 comments on commit bc03f8a

Please sign in to comment.