Skip to content

Commit

Permalink
fix startup download
Browse files Browse the repository at this point in the history
  • Loading branch information
rufengsuixing committed Nov 23, 2019
1 parent 2e53345 commit 1dbc23b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-adguardhome
PKG_VERSION:=1.4
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
- 自定义log path
#### 已知问题:
- db数据库不支持放在比较特别的文件系统上比如 overlay data-stk-oo,请修改workdir,本软件如果检测到overlay会自动重定向到tmp,将会导致重启丢失dns数据库

#### 项目已经基本稳定,有bug欢迎主动反馈
2 changes: 1 addition & 1 deletion root/etc/init.d/AdGuardHome
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ start_service() {
mkdir -p ${binpath%/*}
if [ ! -f "$binpath" ]; then
do_redirect 0
/usr/share/AdGuardHome/update_core.sh
sh /usr/share/AdGuardHome/update_core.sh
fi
config_get_bool verbose $CONFIGURATION verbose 0
if [ "$verbose" -eq 1 ]; then
Expand Down

0 comments on commit 1dbc23b

Please sign in to comment.