From c9eea30d97269e38efb359dead580048c1695485 Mon Sep 17 00:00:00 2001 From: buildplan Date: Tue, 25 Nov 2025 00:31:44 +0000 Subject: [PATCH] changelog update --- du_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/du_setup.sh b/du_setup.sh index 05e593f..f770143 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -5,6 +5,7 @@ # Changelog: # - v0.78: Script tries to handles different environments: Direct Public IP, NAT/Router and Local VM only # The configure_ssh function provides context-aware instructions based on different environments. +# In setup_user handle if group exists but user doesn't - attach user to existing group. # - v0.77.2: Fixed an unbound variable for SSH when on a local virtual machine; # check_dependencies should come before check_system to keep minimal servers from failing. # - v0.77.1: Auto SSH connection whitelist feat & whitelist deduplication.