Error correction

This commit is contained in:
2025-10-11 17:10:38 -04:00
parent 21b8be9d84
commit 2a57e324ca
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ echo "DB_PASSWORD=${gen_password}" >> .env
if [ -x "$(command -v docker)" ]; then
docker compose up -d
elif [ -x "$(command -v podman)"]; then
elif [ -x "$(command -v podman)" ]; then
podman compose up -d
else
echo "Neither Docker nor Podman are installed. Please install whichever you prefer and try again."

View File

@@ -11,7 +11,7 @@ echo "DB_PASSWORD=${gen_password}" >> .env
if [ -x "$(command -v docker)" ]; then
docker compose up -d
elif [ -x "$(command -v podman)"]; then
elif [ -x "$(command -v podman)" ]; then
podman compose up -d
else
echo "Neither Docker nor Podman are installed. Please install whichever you prefer and try again."