fix: set default values for missing env variables

This commit is contained in:
2023-03-08 16:48:45 +01:00
parent 783392bc36
commit 12b28932b2
2 changed files with 16 additions and 15 deletions

View File

@ -1,5 +1,5 @@
export CUSTOM_CSS_VERSION=v2
export CUSTOM_FLOWS_VERSION=v4
export CUSTOM_FLOWS_VERSION=v5
customize() {
if [ -z "$1" ]