From e437c0a7b6ed4efa4543f74a4ccbfac3a022f436 Mon Sep 17 00:00:00 2001 From: admManuel Date: Tue, 6 May 2025 11:42:31 +0000 Subject: [PATCH] Update Linux/SSH/colorscheme.sh --- Linux/SSH/colorscheme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/SSH/colorscheme.sh b/Linux/SSH/colorscheme.sh index 99bc5dc..a325f4b 100644 --- a/Linux/SSH/colorscheme.sh +++ b/Linux/SSH/colorscheme.sh @@ -34,7 +34,7 @@ if is_alpine; then echo " → /bin/bash zu /etc/shells hinzugefügt." fi - # Default‑Shell aller User (UID≥1000 und root) auf /bin/bash setzen + # Default‑Shell aller User (UID>=1000 und root) auf /bin/bash setzen echo " → Setze Default-Shell auf /bin/bash für alle User:" while IFS=: read -r user pass uid gid home shell; do if [ "$uid" -ge 1000 ] || [ "$uid" -eq 0 ]; then