Skip to content

Commit bddfb99

Browse files
Merge pull request #2630 from RedisInsight/bugfix/RI-4979-fix-sh-script-to-build-statics
set default value for the variable
2 parents a6921f9 + a2e516f commit bddfb99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-statics.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
pluginsOnlyInstall="${pluginsOnlyInstall:-0}"
5+
46
# =============== Plugins ===============
57
PLUGINS_DIR="./redisinsight/api/static/plugins"
68
PLUGINS_VENDOR_DIR="./redisinsight/api/static/resources/plugins"

0 commit comments

Comments
 (0)