8 lines
185 B
Bash
8 lines
185 B
Bash
#!/bin/bash
|
|
|
|
function exliquidSetup() {
|
|
if [ -n "$EXLIQUID" ]; then
|
|
log INFO "EXLIQUID setup detected -- will start Reporthub."
|
|
OVERRIDE+="-f ./$PROJECT/exliquid-compose.yml"
|
|
fi
|
|
} |