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
+2-6
Original file line number
Diff line number
Diff line change
@@ -254,26 +254,22 @@ install_collection() {
254
254
fi
255
255
done
256
256
257
-
local YES=""
258
-
259
257
if [[ ${SILENT}=="false" ]];then
260
258
COLLECTION_TO_INSTALL=($(whiptail --separate-output --ok-button Continue --title "Crowdsec collections" --checklist "Available collections in crowdsec, try to pick one that fits your profile. Collections contains parsers and scenarios to protect your system." 20 120 10 "${HMENU[@]}"3>&11>&22>&3))
whiptail --msgbox "Out of safety, I installed a parser called 'crowdsecurity/whitelists'. This one will prevent private IP addresses from being banned, feel free to remove it any time." 20 50
0 commit comments