This commit is contained in:
Yan 2016-10-11 20:41:49 -07:00
parent e0a442acda
commit e6c236a9db

View file

@ -265,7 +265,7 @@ case $ACTION in
INSTALL_FAILED=$?
set -e
if [ "$INSTALL_FAILED" -eq 1 ]; then
if [ "$INSTALL_FAILED" -eq 0 ]; then
tool_log "install finished"
else
tool_log "INSTALL FAILED"