Merge "Add marconi to enabled services"
This commit is contained in:
commit
5b0438f8ed
@ -58,6 +58,13 @@ TEMPEST_SERVICES+=,marconi
|
||||
# Functions
|
||||
# ---------
|
||||
|
||||
# Test if any Marconi services are enabled
|
||||
# is_marconi_enabled
|
||||
function is_marconi_enabled {
|
||||
[[ ,${ENABLED_SERVICES} =~ ,"marconi-" ]] && return 0
|
||||
return 1
|
||||
}
|
||||
|
||||
# cleanup_marconi() - Remove residual data files, anything left over from previous
|
||||
# runs that a clean run would need to clean up
|
||||
function cleanup_marconi() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user