style: indent RAM allocation warnings/errors
This commit is contained in:
parent
a4860869ee
commit
1c89f520f2
2
quickemu
2
quickemu
|
@ -597,7 +597,7 @@ function configure_ram() {
|
||||||
echo " You can override the guest RAM allocation by adding 'ram=${min_ram}G' to ${VM}"
|
echo " You can override the guest RAM allocation by adding 'ram=${min_ram}G' to ${VM}"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "WARNING! You have allocated less than the recommended ammount of RAM to run ${OS_PRETTY_NAME}."
|
echo " WARNING! You have allocated less than the recommended amount of RAM to run ${OS_PRETTY_NAME}."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue