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