From 56035ab13fa43e6ed1791bfa609e9fb2d921c242 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 27 Dec 2023 13:55:35 +0000 Subject: [PATCH] Update app.sh --- app.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.sh b/app.sh index 4acc47c..ddaec72 100755 --- a/app.sh +++ b/app.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Set default storage type to Redis unless specified otherwise +STORAGE_TYPE=${STORAGE_TYPE:-redis} + # Conditional installations based on STORAGE_TYPE case "${STORAGE_TYPE}" in "redis")