Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Feb 27, 2024
1 parent e186969 commit c0909f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_build_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,7 @@ function build () {
echo "ipaddr=$(grep "^ipaddr=" $build_dir/../buildconfig.config|sed -e "s/ipaddr=//")" > $outputdir/OpenWrt-K/openwrtext.config
echo "timezone=$(grep "^timezone=" $build_dir/../buildconfig.config|sed -e "s/timezone=//")" >> $outputdir/OpenWrt-K/openwrtext.config
echo "zonename=$(grep "^zonename=" $build_dir/../buildconfig.config|sed -e "s/zonename=//")" >> $outputdir/OpenWrt-K/openwrtext.config
echo "golang_version=$(grep "^golang_version=" $build_dir/../buildconfig.config|sed -e "s/golang_version=//")" >> $outputdir/OpenWrt-K/openwrtext.config
# 输出配置文件
[[ -d $build_dir/../config/$OpenWrt_K_config ]] && rm -rf $build_dir/../config/$OpenWrt_K_config
mkdir -p $build_dir/../config/$OpenWrt_K_config
Expand Down

0 comments on commit c0909f9

Please sign in to comment.