terasolunaorg / terasoluna-gfw-web-multi-blank

Blank multi project for web application using TERASOLUNA Server Framework for Java (5.x)
29 stars 16 forks source link

If an error occurs in a shell script, abort the process. #617

Closed btootomoyuk closed 1 year ago

btootomoyuk commented 1 year ago

Description

If an error occurs during the execution of a shellscript, the process should be aborted.

Possible Solution

Add set -e to shellscript file.

Affect versions

Fix repositories

Issue links

Links to related issues.