diff options
-rw-r--r-- | herculeswrapper/include.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh index 697b7ea..17c8c0a 100644 --- a/herculeswrapper/include.sh +++ b/herculeswrapper/include.sh @@ -76,7 +76,7 @@ function pull_all { function build_all { cd ../server-code - ./build.sh 2>err.txt + ./build.sh $BUILD_MAP 2>err.txt cat err.txt cd ../server-data make updatedb |