You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wizard.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,9 @@ main() {
415
415
fi
416
416
log_info "installing crowdsec"
417
417
install_crowdsec
418
+
# api register
419
+
${CSCLI_BIN_INSTALLED} api register >> /etc/crowdsec/config/api.yaml ||${CSCLI_BIN_INSTALLED} api reset >> /etc/crowdsec/config/api.yaml || log_err "unable to register, skipping crowdsec api registration"
0 commit comments