Browse Source

spelling

pull/3350/head
Daniel Gibbs 5 years ago
parent
commit
6f0b592975
  1. 4
      lgsm/functions/check_deps.sh

4
lgsm/functions/check_deps.sh

@ -455,7 +455,7 @@ fn_deps_build_debian(){
array_deps_required+=( libc++1 ) array_deps_required+=( libc++1 )
fi fi
# check if system is a lxc container and add the hosstname dependency # check if system is a lxc container and the hostname dependency.
if command -v systemd-detect-virt &> /dev/null; then if command -v systemd-detect-virt &> /dev/null; then
systemd_virt=$(systemd-detect-virt) systemd_virt=$(systemd-detect-virt)
if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then
@ -567,7 +567,7 @@ fn_deps_build_redhat(){
array_deps_required+=( libcxx ) array_deps_required+=( libcxx )
fi fi
# check if system is a lxc container and add the hosstname dependency # check if system is a lxc container and the hostname dependency.
if command -v systemd-detect-virt &> /dev/null; then if command -v systemd-detect-virt &> /dev/null; then
systemd_virt=$(systemd-detect-virt) systemd_virt=$(systemd-detect-virt)
if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then if [ "${systemd_virt}" == "lxc" ]||[ "${systemd_virt}" == "lxc-libvirt" ]; then

Loading…
Cancel
Save