Changeset 318

Show
Ignore:
Timestamp:
08/13/08 16:10:48 (3 months ago)
Author:
haypo
Message:

Fix qemu_stop.sh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • misc/qemu_stop.sh

    r263 r318  
    1313fi 
    1414 
    15 if [ $(sudo ifconfig -a|grep -c "^$TAP") -ne 0 ]; then 
     15if [ $(sudo ifconfig -a|grep -c "^$BR") -ne 0 ]; then 
    1616    echo "[+] Disable $BR interface" 
    1717    sudo ifconfig $BR down