We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbde74 commit a4bd422Copy full SHA for a4bd422
bgpid.sh
@@ -31,6 +31,7 @@ bg_killall() {
31
32
# shellcheck disable=2120
33
bg_block() {
34
+ bg_init || return $?
35
local lvl=${1:-0}
36
[[ $lvl -ne -1 ]] || return 0
37
local ret=0
0 commit comments