Update app.sh
This commit is contained in:
parent
910d406619
commit
56035ab13f
3
app.sh
3
app.sh
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Set default storage type to Redis unless specified otherwise
|
||||||
|
STORAGE_TYPE=${STORAGE_TYPE:-redis}
|
||||||
|
|
||||||
# Conditional installations based on STORAGE_TYPE
|
# Conditional installations based on STORAGE_TYPE
|
||||||
case "${STORAGE_TYPE}" in
|
case "${STORAGE_TYPE}" in
|
||||||
"redis")
|
"redis")
|
||||||
|
|
Loading…
Reference in New Issue