- Timestamp:
- Jul 6, 2009 9:14:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r20466 r21244 233 233 if [ -d /tmp/.vbox-$i-ipc ]; then 234 234 export VBOX_IPC_SOCKETID="$i" 235 VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".* .*"{\(.*\)}/\1/' 2>/dev/null`235 VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*".*{\(.*\)}/\1/' 2>/dev/null` 236 236 if [ -n "$VMS" ]; then 237 237 if [ "$SHUTDOWN" = "poweroff" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.