---
 functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/functions b/functions
index 9374827..43414c0 100644
--- a/functions
+++ b/functions
@@ -178,7 +178,7 @@ in_array() {
 
 add_daemon() {
        [[ -d /run/daemons ]] || /bin/mkdir -p /run/daemons
-       > /run/daemons/"$1"
+       >| /run/daemons/"$1"
 }
 
 rm_daemon() {
-- 
1.7.1

Reply via email to