diff options
-rw-r--r-- | herculeswrapper/include.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh index 4ee3750..36184c9 100644 --- a/herculeswrapper/include.sh +++ b/herculeswrapper/include.sh @@ -91,6 +91,7 @@ function build_all { ./build.sh 2>err.txt cat err.txt cd ../server-data + make updatedb } function build_clean { |