- Timestamp:
- 09/06/10 12:15:34 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/tags/1.5.3.3/share/scripts/update-logins.sh
r810 r843 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.
