White space clean up

pull/515/head
Martin Wimpress 2 years ago
parent 02b09416d5
commit 974c9ab5fa
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickemu

@ -1149,7 +1149,7 @@ function vm_boot() {
exit 1
fi
if [ -z "${EXTRA_ARGS}" ]; then
EXTRA_ARGS="${extra_args}"
fi
@ -1285,7 +1285,7 @@ function viewer_param_check() {
if [ "${VIEWER}" != "none" ] && [ "${VIEWER}" != "spicy" ] && [ "${VIEWER}" != "remote-viewer" ]; then
echo "ERROR! Requested viewer '${VIEWER}' is not recognised."
exit 1
fi
fi
if [ "${VIEWER}" == "spicy" ] && ! command -v spicy &>/dev/null; then
echo "ERROR! Requested 'spicy' as viewer, but 'spicy' is not installed."
exit 1

Loading…
Cancel
Save