From b81ba0ac4986b1d4dcce54f96f0bdcc774c17c45 Mon Sep 17 00:00:00 2001 From: erenJag Date: Tue, 2 Jun 2020 14:25:34 +0200 Subject: [PATCH] disable api pull in unattended mode too because there is no profile --- wizard.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wizard.sh b/wizard.sh index 8d1cc05ed..b0272f8dc 100755 --- a/wizard.sh +++ b/wizard.sh @@ -457,9 +457,8 @@ main() { if [[ ${SILENT} == "false" ]]; then (systemctl start crowdsec && log_info "crowdsec started") || log_err "unable to start crowdsec. exiting" + ${CSCLI_BIN_INSTALLED} api pull fi; - - ${CSCLI_BIN_INSTALLED} api pull # Set the cscli api pull cronjob setup_cron_pull