From b63cfe5517d90bdf3635625089ebef05c8f4eca7 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 24 May 2019 21:26:45 -0300
Subject: [PATCH] Removing space debris

---
 bin/installbfa.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/installbfa.sh b/bin/installbfa.sh
index 8e9b39a..2637669 100755
--- a/bin/installbfa.sh
+++ b/bin/installbfa.sh
@@ -199,7 +199,6 @@ function userconfig
 
 function cronit
 {
-    ${BFAHOME#~bfa/}/bin/cron.sh
     if [ $( ( crontab -u bfa -l 2>/dev/null || true ) | grep -E "${BFAHOME#~bfa/}/bin/cron.sh" | wc -l ) -eq 0 ]
     then
         info "Install crontab to start automatically upon reboot"
-- 
GitLab