Closed btootomoyuk closed 1 year ago
If an error occurs during the execution of a shellscript, the process should be aborted.
Add set -e to shellscript file.
set -e
Links to related issues.
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
xx