You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-toolkit/files/calculate-toolkit-0.3.0-che...

17 lines
427 B

diff --git a/cl-lxc b/cl-lxc
index 2a13436..9aaa10f 100755
--- a/cl-lxc
+++ b/cl-lxc
@@ -163,7 +163,10 @@ print_distro(){
set_vars(){
lxc_release=22.0.1
net_domain=$(hostname -f)
- path_def=$(lxc-config lxc.lxcpath)
+ path_def=$(lxc-config lxc.lxcpath 2>/dev/null) || (
+ printf $"To run the script, install the '%s' package.\n" app-containers/lxc >&2
+ exit 1
+ )
if ! [[ $prepare_ == 1 || $upgrade_ == 1 ]]
then