X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_from_source.sh;h=5f483cd333f315cba0c77ae2221db5bba7aa2197;hb=d880f72e4633a496a14a7e9288855dd9a98a3f26;hp=cf706a97a3dc87dae99ea203f8817aefb25bb8e3;hpb=736f9e74eee855d77c05482e8a61098cb8b00552;p=osm%2Fdevops.git diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh index cf706a97..5f483cd3 100755 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -284,7 +284,7 @@ if [ -z "$ASSUME_YES" ]; then fi echo -e "Checking required packages: lxd" -lxd --version &>/dev/null || echo -e "lxd not present, exiting " >&2 && exit 1 +lxd --version &>/dev/null || FATAL "lxd not present, exiting." wget -q -O- https://osm-download.etsi.org/ftp/osm-1.0-one/README.txt &> /dev/null