aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authoryinzhongyi <yinzhongyi@huawei.com>2018-06-19 20:36:03 +0800
committeryinzhongyi <yinzhongyi@huawei.com>2018-06-29 10:21:50 +0800
commit9e2c4879dfd5d6f9116bb88c017ea07c78c6f800 (patch)
treea4f528c4f80c61f1094e4948dc023c95604a02f4 /resources
parent24cbcfaa6fa1121dec1a029a1df114f065341156 (diff)
change log address and build support 1g hugepage
Change-Id: I00894ed2597bccb3b3d941abf73bca16da359675 Signed-off-by: yinzhongyi <yinzhongyi@huawei.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/extras/install_prereq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/extras/install_prereq.sh b/resources/extras/install_prereq.sh
index 29e9cf2..f2413ea 100644
--- a/resources/extras/install_prereq.sh
+++ b/resources/extras/install_prereq.sh
@@ -1,5 +1,5 @@
#!/bin/bash -x
-log_file="/dmm/resources/extras/install_log.txt-`date +'%Y-%m-%d_%H-%M-%S'`"
+log_file="/tmp/install_log.txt-`date +'%Y-%m-%d_%H-%M-%S'`"
exec 1> >(tee -a "$log_file") 2>&1
if [ "$(uname)" <> "Darwin" ]; then