reboot-LXC-host.sh: a really minor change on script output.

This commit is contained in:
Christoph 2022-06-11 02:20:34 +02:00
parent a2a2de5d72
commit 15eb3e872b

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #/usr/bin/env bash
script_name="$(basename $(realpath $0))" script_name="$(basename $(realpath $0))"
working_dir="$(dirname $(realpath $0))" working_dir="$(dirname $(realpath $0))"
@ -204,7 +204,7 @@ else
terminal=false terminal=false
fi fi
which lxc-ls || fatal "Seems not to be a LX Host. Missing command \033[33mlxc-ls" [[ -n "$(which lxc-ls)" ]] || fatal "Seems not to be a LX Host. Missing command \033[33mlxc-ls"