Changeset 318
- Timestamp:
- 08/13/08 16:10:48 (3 months ago)
- Files:
-
- misc/qemu_stop.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
misc/qemu_stop.sh
r263 r318 13 13 fi 14 14 15 if [ $(sudo ifconfig -a|grep -c "^$ TAP") -ne 0 ]; then15 if [ $(sudo ifconfig -a|grep -c "^$BR") -ne 0 ]; then 16 16 echo "[+] Disable $BR interface" 17 17 sudo ifconfig $BR down
