From 70a66d3f09fe01661fc2a75e42385892ddfd9d61 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 12 Jun 2020 21:28:29 +0900 Subject: [PATCH] [fix] : Added some missing settings. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index b59a4475..1dc2184b 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ set -u # Do not change these values. script_path="$(readlink -f ${0%/*})" defaultconfig="${script_path}/default.conf" +rebuild=false # Load config file -- 2.11.0