Changeset 20466 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 10, 2009 3:26:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r19584 r20466 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/^".* "//' 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 … … 321 321 if [ -d /tmp/.vbox-$i-ipc ]; then 322 322 export VBOX_IPC_SOCKETID="$i" 323 VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*" //' 2>/dev/null`323 VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*".*{\(.*\)}/\1/' 2>/dev/null` 324 324 if [ -n "$VMS" ]; then 325 325 echo "The following VMs are currently running:"
Note:
See TracChangeset
for help on using the changeset viewer.