From ac3a9fa68628b2b3ae47c46a14fee03dc74c0df1 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 3 Feb 2020 19:25:18 +0200 Subject: [PATCH] more output message formatting --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index c5a918c..2ec8354 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -858,7 +858,7 @@ then printf 'Temporary files may be deleted when the virtual machine is shut down by running the following command at the script'"'"'s working directory: - '"${0} delete_temporary_files"'\n' + '"${highlight_color}${0} delete_temporary_files${default_color}"'\n' else # detach temporary VDIs and attach the macOS target disk VBoxManage storagectl "${vmname}" --remove --name SATA >/dev/null 2>&1