Skip to content

Commit

Permalink
lol, logic
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Mar 3, 2025
1 parent 29467cf commit a11b1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/dc-detect-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dc_base_standalone="$(docker-compose version &>/dev/null && echo 'docker-compose
COMPOSE_VERSION=$($dc_base version --short || echo '')
STANDALONE_COMPOSE_VERSION=$($dc_base_standalone version --short &>/dev/null || echo '')

if [[ -z "$COMPOSE_VERSION" || -z "$STANDALONE_COMPOSE_VERSION" ]]; then
if [[ -z "$COMPOSE_VERSION" && -z "$STANDALONE_COMPOSE_VERSION" ]]; then
echo "FAIL: Docker Compose is required to run self-hosted"
exit 1
fi
Expand Down

0 comments on commit a11b1e0

Please sign in to comment.