service db_governor status 2>&1| stderrlogit 4; [ "${PIPESTATUS[0]}"-ne 0 ] && ec lightRed " mysql governor missing!"| tee -a "$dir/missingclstuff.txt"
[ !-x /usr/bin/selectorctl ] && ec lightRed " alt-php missing!"| tee -a "$dir/missingclstuff.txt"
[ -s"$dir/missingclstuff.txt" ] && ec lightRed "Some CloudLinux items are missing! Please fix the errors noted if necessary. (cat $dir/missingclstuff.txt)"| errorlogit 3 root && say_ok
fi
if grep -qi ^cloud <<<"$remote_os"&&! grep -qi ^cloud <<<"$local_os";then
ec lightRed "The target server is NOT CloudLinux ($local_os) but the source is! If you need this, install it before you get started!"| errorlogit 2 root