build(frontend): source init code to build for enabling additional features
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
fb924ec305
commit
17055eb2ae
1 changed files with 8 additions and 0 deletions
|
|
@ -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 ]] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue