From 6797313cfe2a5dbef89c57de00157f70bb672b4c Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:19:23 +0100 Subject: [PATCH] Revise changelog and fix dcgrep command syntax Updated changelog to reflect new function for .bashrc setup and corrected command syntax in help text. --- du_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/du_setup.sh b/du_setup.sh index 6e433f9..cc060e2 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -3,7 +3,7 @@ # Debian and Ubuntu Server Hardening Interactive Script # Version: 0.72 | 2025-10-20 # Changelog: -# - v0.72: Add a custom .bashrc for new user. +# - v0.72: Added configure_custom_bashrc() function that creates and installs a feature-rich .bashrc file during user creation. # - v0.71: Simplify test backup function to work reliably with Hetzner storagebox # - v0.70.1: Fix SSH port validation and improve firewall handling during SSH port transitions. # - v0.70: Option to remove cloud VPS provider packages (like cloud-init). @@ -1299,7 +1299,7 @@ extract() { ;; *) echo "'$1' cannot be extracted via extract()" >&2 - return 1 # Add return 1 for consistency + return 1 ;; esac else @@ -2147,7 +2147,7 @@ Docker Compose: dcstatus Status & resource usage dcreload Restart & follow logs dcupdate Pull & update service - dcgrep s>

Filter logs + dcgrep

Filter logs dcvalidate Validate compose file Examples: