Skip to content

Commit

Permalink
Remove superfluous and obsolete -compose check.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Jun 13, 2024
1 parent bccb328 commit 60aa58c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spicedb/check_docker_podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,5 @@ else
echo "Podman not found. Please install either Docker or Podman to proceed."
exit 1
fi

# Check if docker-compose is installed
if command_exists docker-compose; then
echo "docker-compose is installed."
else

# Check if podman-compose is installed
if command_exists podman-compose; then
echo "podman-compose is installed."
else
echo "docker-compose or podman-compose not found. Please install either docker-compose or podman-compose to proceed."
exit 1
fi
fi
fi

0 comments on commit 60aa58c

Please sign in to comment.