Added space to Override

This commit is contained in:
Patrick Skowronek 2022-12-12 09:22:20 +01:00
parent d8db3bee6d
commit 66999178bf
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ function exliquidSetup() {
esac
if [[ $EXLIQUID -eq 1 ]]; then
log INFO "EXLIQUID setup detected -- will start Report-Hub."
OVERRIDE+="-f ./$PROJECT/exliquid-compose.yml"
OVERRIDE+=" -f ./$PROJECT/exliquid-compose.yml"
fi
}