Add missing "done" keyword for "for" in rc.d/archiso
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
fc0f752561
commit
25a8ef823a
@ -11,7 +11,7 @@ scan_network ()
|
||||
netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1)
|
||||
for net in ${netdev}; do
|
||||
stats=$(ifconfig ${net} | tr -s "\n" " ")
|
||||
|
||||
done
|
||||
}
|
||||
|
||||
scan_mount_pts ()
|
||||
|
Loading…
Reference in New Issue
Block a user