Update Linux/SSH/colorscheme.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user