diff --git a/module/common/bash/module/Recursive.sh b/module/common/bash/module/Recursive.sh index 581ce412..91c071cd 100644 --- a/module/common/bash/module/Recursive.sh +++ b/module/common/bash/module/Recursive.sh @@ -34,9 +34,6 @@ function recursive() { # return back on complete. cd "${current}" || failed=${?} - # Ring a bell. - _bell - return ${failed} } @@ -76,9 +73,6 @@ function recursive1() { # return back on complete. cd "${current}" - # Ring a bell. - _bell - return ${failed} } diff --git a/module/common/bash/module/Util.sh b/module/common/bash/module/Util.sh index f2b07c3d..4c6cedd7 100644 --- a/module/common/bash/module/Util.sh +++ b/module/common/bash/module/Util.sh @@ -62,9 +62,6 @@ function _iterate_targets() { echo -e "${color_bred}Failed: ${failed}.${color_default}" false fi - - # Ring a bell. - _bell } # Skip current iteration.