Fix some bugs : update doc, codename and fix wizard (#522)

* change localhost to 127.0.0.1 + fix uninstall in wizard
* remove beta from repo
This commit is contained in:
erenJag 2020-12-08 12:45:36 +01:00 committed by GitHub
parent 23a8707fad
commit b6d73f48cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 13 additions and 17 deletions

View file

@ -376,7 +376,7 @@ uninstall_crowdsec() {
rm -rf /tmp/data/
## end tmp
rm -rf ${CROWDSEC_PATH} || echo ""
find /etc/crowdsec -maxdepth 1 -mindepth 1 | grep -v "bouncer" | xargs rm -rf || echo ""
rm -f ${CROWDSEC_LOG_FILE} || echo ""
rm -f ${CROWDSEC_DB_PATH} || echo ""
rm -rf ${CROWDSEC_LIB_DIR} || echo ""