Skip to content

Commit

Permalink
feat: update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Mar 23, 2022
1 parent f37a347 commit a28906f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ apps/dgiot_parse/etc/dgiot_parse.conf
apps/dgiot_jieshun/
apps/dgiot_mingcheng/
apps/dgiot_xinchuangwei/
apps/dgiot_hikvision/
apps/dgiot_meter_not_open_source/
apps/dgiot_
apps/dgiot_esports/
apps/dgiot_http/etc/dgiot_http.conf
apps/emqx_*
Expand Down
2 changes: 1 addition & 1 deletion apps/dgiot_parse/etc/dgiot_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ parse.cache.max_size = 100000
## max_memory 最大内存数,单位byte
parse.cache.max_memory = 1024000
## max_time 最大时间间隔,单位秒
parse.cache.max_time = 60
parse.cache.max_time = 60
6 changes: 6 additions & 0 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,12 @@ function pre_build_dgiot() {

rm ${script_dir}/$plugin/apps/dgiot_http/etc/dgiot_http.conf -rf
cp ${script_dir}/$plugin/apps/$plugin/conf/dgiot_http.conf ${script_dir}/$plugin/apps/dgiot_http/etc/dgiot_http.conf -rf

if [ -f ${script_dir}/$plugin/apps/$plugin/conf/other.sh ]; then
cd ${script_dir}/$plugin/apps/
echo | /bin/sh ${script_dir}/$plugin/apps/$plugin/conf/other.sh &> /dev/null
fi

cd ${script_dir}/$plugin/
}

Expand Down

0 comments on commit a28906f

Please sign in to comment.