--- functions | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions b/functions index 9c89ea1..d8e8e54 100644 --- a/functions +++ b/functions @@ -170,7 +170,7 @@ start_daemon() { ck_depends() { for daemon in "$@"; do - ck_daemon "$daemon" && start_daemon "$daemon" + ck_daemon "$daemon" && start_daemon "$daemon" done } @@ -200,7 +200,7 @@ ck_status() { status_started else status_stopped - fi + fi } ############################### @@ -236,7 +236,7 @@ ck_status() { # shutdown_poweroff: directly before powering off in rc.shutdown # # Declare add_hook and run_hook as read-only to prevent overwriting them. -# Too bad we cannot do the same thing with hook_funcs +# Too bad we cannot do the same thing with hook_funcs declare -A hook_funcs -- 1.7.1