aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index e71ee1f..9d75fbf 100644
--- a/functions
+++ b/functions
@@ -211,7 +211,7 @@ start_daemon() {
# The only way to start a daemon at boot is to add it to the DAEMONS array.
ck_depends() {
local daemon
- for daemon in "$@"; do
+ for daemon; do
ck_daemon "$daemon" && start_daemon "$daemon"
done
}