Update Linux/SSH/colorscheme.sh

This commit is contained in:
2025-05-06 11:42:31 +00:00
parent 8eb274257c
commit e437c0a7b6

View File

@@ -34,7 +34,7 @@ if is_alpine; then
echo " → /bin/bash zu /etc/shells hinzugefügt." echo " → /bin/bash zu /etc/shells hinzugefügt."
fi fi
# DefaultShell aller User (UID1000 und root) auf /bin/bash setzen # DefaultShell aller User (UID>=1000 und root) auf /bin/bash setzen
echo " → Setze Default-Shell auf /bin/bash für alle User:" echo " → Setze Default-Shell auf /bin/bash für alle User:"
while IFS=: read -r user pass uid gid home shell; do while IFS=: read -r user pass uid gid home shell; do
if [ "$uid" -ge 1000 ] || [ "$uid" -eq 0 ]; then if [ "$uid" -ge 1000 ] || [ "$uid" -eq 0 ]; then