mirror of https://github.com/samply/bridgehead.git
Fail in prereqs if compose does not exist
This commit is contained in:
parent
2aef5f29c3
commit
6293dc65f0
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
source lib/functions.sh
|
source lib/functions.sh
|
||||||
|
|
||||||
|
detectCompose
|
||||||
|
|
||||||
if ! id "bridgehead" &>/dev/null; then
|
if ! id "bridgehead" &>/dev/null; then
|
||||||
log ERROR "User bridgehead does not exist. Please consult readme for installation."
|
log ERROR "User bridgehead does not exist. Please consult readme for installation."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue