mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
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:
parent
23a8707fad
commit
b6d73f48cd
12 changed files with 13 additions and 17 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue