From 17055eb2ae70e81256dd3e531eec990136ecd8ec Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 20 Feb 2024 11:18:13 +0100 Subject: [PATCH] build(frontend): source init code to build for enabling additional features Signed-off-by: rjshrjndrn --- frontend/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/build.sh b/frontend/build.sh index 21c6c02c0..ba89f62aa 100644 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -19,6 +19,14 @@ check_prereq() { } } +# Sourcing init scripts +for file in ./build_init_*; do + if [ -f "$file" ]; then + echo "Sourcing $file" + source "$file" + fi +done + chart=frontend [[ $1 == ee ]] && ee=true [[ $PATCH -eq 1 ]] && {