aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 3355cff..70c75b1 100644
--- a/functions
+++ b/functions
@@ -166,7 +166,7 @@ stop_daemon() {
#Source additional functions at the end to allow overrides
for f in /etc/rc.d/functions.d/*; do
- [ -e $f ] && . /etc/rc.d/functions.d/$f
+ [ -e $f ] && . $f
done
# End of file