mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
White space clean up
This commit is contained in:
parent
02b09416d5
commit
974c9ab5fa
1 changed files with 2 additions and 2 deletions
4
quickemu
4
quickemu
|
@ -1149,7 +1149,7 @@ function vm_boot() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ -z "${EXTRA_ARGS}" ]; then
|
if [ -z "${EXTRA_ARGS}" ]; then
|
||||||
EXTRA_ARGS="${extra_args}"
|
EXTRA_ARGS="${extra_args}"
|
||||||
fi
|
fi
|
||||||
|
@ -1285,7 +1285,7 @@ function viewer_param_check() {
|
||||||
if [ "${VIEWER}" != "none" ] && [ "${VIEWER}" != "spicy" ] && [ "${VIEWER}" != "remote-viewer" ]; then
|
if [ "${VIEWER}" != "none" ] && [ "${VIEWER}" != "spicy" ] && [ "${VIEWER}" != "remote-viewer" ]; then
|
||||||
echo "ERROR! Requested viewer '${VIEWER}' is not recognised."
|
echo "ERROR! Requested viewer '${VIEWER}' is not recognised."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
if [ "${VIEWER}" == "spicy" ] && ! command -v spicy &>/dev/null; then
|
if [ "${VIEWER}" == "spicy" ] && ! command -v spicy &>/dev/null; then
|
||||||
echo "ERROR! Requested 'spicy' as viewer, but 'spicy' is not installed."
|
echo "ERROR! Requested 'spicy' as viewer, but 'spicy' is not installed."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue