Update app.sh

This commit is contained in:
colin 2023-12-27 13:55:35 +00:00
parent 910d406619
commit 56035ab13f
1 changed files with 3 additions and 0 deletions

3
app.sh
View File

@ -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")