Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 23, 2024
1 parent 386233a commit f6d829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ echo "Checking Docker Compose..."
if docker compose version > /dev/null 2>&1; then
# Build Docker (v2)
echo "INFO: Docker Compose V2 Found: OK to Continue"
echo ""
else
if docker-compose version > /dev/null 2>&1; then
# Build Docker (v1)
Expand All @@ -99,7 +100,6 @@ else
fi
exit 1
fi
echo ""

# Verify Upgrade
read -r -p "Upgrade - Proceed? [y/N] " response
Expand Down

0 comments on commit f6d829f

Please sign in to comment.