error message phrasing

This commit is contained in:
Jack Smith
2022-02-22 10:17:43 +02:00
parent 861f02bb98
commit 48f33a76d8
2 changed files with 2 additions and 2 deletions
Regular → Executable
View File
+2 -2
View File
@@ -716,8 +716,8 @@ if [[ -n "$(
--audiocodec stac9221 --audio=none 2>&1 >/dev/null --audiocodec stac9221 --audio=none 2>&1 >/dev/null
)" ]]; then )" ]]; then
echo -e "\nError: Could not configure virtual machine \"${vm_name}\"." echo -e "\nError: Could not configure virtual machine \"${vm_name}\"."
echo -e "Please execute the stage ${low_contrast_color}configure_vm${default_color} again before resuming the script" echo -e "If the VM is powered on, power off the virtual machine and resume the script or"
echo -e "as described in the documentation.\n" echo -e "execute the stage ${low_contrast_color}configure_vm${default_color}\n"
echo "Exiting." echo "Exiting."
exit exit
fi fi