index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | configs/xfce4/overlay/etc/rc.d/archiso | 2 |
diff --git a/configs/xfce4/overlay/etc/rc.d/archiso b/configs/xfce4/overlay/etc/rc.d/archiso index 661bcbd..735c297 100644 --- a/configs/xfce4/overlay/etc/rc.d/archiso +++ b/configs/xfce4/overlay/etc/rc.d/archiso @@ -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 () |