|
@@ -102,6 +102,13 @@ if [ "$1" = configure ]; then
|
|
|
echo "Not attempting to start crowdsec, port ${PORT} is already used or lapi was disabled"
|
|
|
echo "This port is configured through /etc/crowdsec/config.yaml and /etc/crowdsec/local_api_credentials.yaml"
|
|
|
fi
|
|
|
+
|
|
|
+ echo "Get started with CrowdSec:"
|
|
|
+ echo " * Detailed guides are available in our documentation: https://docs.crowdsec.net"
|
|
|
+ echo " * Configuration items created by the community can be found at the Hub: https://hub.crowdsec.net"
|
|
|
+ echo " * Gain insights into your use of CrowdSec with the help of the console https://app.crowdsec.net"
|
|
|
+
|
|
|
+
|
|
|
fi
|
|
|
|
|
|
echo "You can always run the configuration again interactively by using '/usr/share/crowdsec/wizard.sh -c'"
|