set -e causes a script immediately exits when it encounters an error. If one of the commands (or executables) that the script calls, returns a non-zero ...
確定! 回上一頁