- Timestamp:
- 09/06/10 17:57:36 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/branches/testing/share/scripts/update-logins.sh
r666 r844 5 5 # Thomas Schmitt <schmitt@lmz-bw.de> 6 6 # 7 # 2010-03-087 # $Id$ 8 8 # 9 9 … … 48 48 msg=false 49 49 # read smbstatus file and grep logins from it 50 grep ^[1-9]$status | while read line; do50 grep "!^\s*![1-9]" $status | while read line; do 51 51 machine="$(echo $line | awk '{ print $4 }')" 52 52 echo $hosts | grep -qw $machine || continue
Note: See TracChangeset
for help on using the changeset viewer.
