rename all appliance portions to make it clear this has nothing to do with official XOA

This commit is contained in:
ronivay
2021-08-03 10:48:14 +03:00
parent 1d5f3798cc
commit 23a623a4f7
4 changed files with 15 additions and 15 deletions

View File

@@ -945,7 +945,7 @@ function CheckOS {
function CheckXE {
if [[ $(runcmd_stdout "command -v xe") ]]; then
printfail "xe binary found, don't try to run install on xcp-ng/xenserver host. use xo-appliance.sh instead"
printfail "xe binary found, don't try to run install on xcp-ng/xenserver host. use xo-vm-import.sh instead"
exit 1
fi
}