From ec648814e421713c9379d9293601851fbc92e9d3 Mon Sep 17 00:00:00 2001 From: Matias <mruggieri@unsam.edu.ar> Date: Fri, 5 Oct 2018 15:30:45 -0300 Subject: [PATCH] Fix dual start --- src/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy.sh b/src/deploy.sh index 48e77c2..3afed4d 100644 --- a/src/deploy.sh +++ b/src/deploy.sh @@ -3,6 +3,6 @@ if [ ! -f /usr/local/src/control ]; then chmod +x ${BFAHOME}/bin/cron.sh ${BFAHOME}/bin/start.sh ${BFAHOME}/bin/installbfa.sh echo "installed" > /usr/local/src/control - bin/start.sh + fi bin/start.sh -- GitLab