Update Linux/SSH/colorscheme.sh

This commit is contained in:
2025-05-06 11:42:56 +00:00
parent e437c0a7b6
commit 3674fd80fd

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 (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:" 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