From 8e583ef8450df18dcb714f3719806e07469588d2 Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sat, 30 May 2009 15:57:43 +0000 Subject: [PATCH] - VBoxVRDP = VBoxHeadless Changed files: VirtualBox.sh -> 1.5 --- VirtualBox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VirtualBox.sh b/VirtualBox.sh index d9c1ea9..0babe57 100644 --- a/VirtualBox.sh +++ b/VirtualBox.sh @@ -25,5 +25,7 @@ if [ ! -w /dev/vboxdrv ]; then exit 1 fi +[ "$BINFILE" = "VBoxVRDP" ] && BINFILE="VBoxHeadless" + export LD_LIBRARY_PATH=$VBOXDIR exec $VBOXDIR/$BINFILE ${1:+"$@"} -- 2.44.0