[fix] Correct signal naming

This commit is contained in:
William Wernert
2020-12-02 14:06:50 -05:00
parent cc5d54764a
commit fc7fe23590
2 changed files with 5 additions and 5 deletions

View File

@@ -485,7 +485,7 @@ fi
# Exit parent script if
trap 'catch $? $LINENO' SIGSOKILL
trap 'catch $? $LINENO' SIGUSR1
catch() {
if [ "$1" != 0 ]; then