mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 14:03:15 +02:00
Removing the cleanup of the OIDC .env file - makes only stuff complicater :)
This commit is contained in:
@@ -61,11 +61,5 @@ for dir in "${DATA_DIRS[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
# remove generated .env
|
||||
if [ -f "${SCRIPT_DIR}/.env" ]; then
|
||||
rm -f "${SCRIPT_DIR}/.env"
|
||||
info " Removed .env"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
info "${BOLD}OIDC dev environment cleaned.${RESET} Run 'podman compose up -d' (or docker compose) to start fresh."
|
||||
|
||||
Reference in New Issue
Block a user