exit right in case junk appended to script

This commit is contained in:
Gavin Li 2014-07-21 10:56:37 -07:00
parent af7d169238
commit cf830e524b
1 changed files with 2 additions and 0 deletions

View File

@ -569,3 +569,5 @@ elif [ "${script_path}" = "/installer/script.sh" ]; then
else
installer_main "$@"
fi
exit 0 # in case junk appended
exit 0