From a78a03286aa9c7a23cbc923372e50ba5c8fbea08 Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 7 Oct 2017 19:21:36 +0200 Subject: [PATCH] Changed option '--no-profile' to '--profile' in gustecontrol run command --- VBoxManage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VBoxManage b/VBoxManage index c8bd004..84cab2f 100644 --- a/VBoxManage +++ b/VBoxManage @@ -1007,7 +1007,7 @@ _VBoxManage() { case "${subcommand}" in run) items=(--exe --timeout --unquoted-args - --ignore-operhaned-processes --no-profile + --ignore-operhaned-processes --profile --dos2unix --unix2dos --username --domain --) [[ " ${comp_words[@]} " != *" --password "* || @@ -1035,7 +1035,7 @@ _VBoxManage() { start) items=(--exe --timeout --unquoted-args - --ignore-operhaned-processes --no-profile + --ignore-operhaned-processes --profile --username --domain --passwordfile --password --) [[ " ${comp_words[@]} " != *" --password "* ||