Skip to content

Commit 306f0fc

Browse files
authored
Update easytier
1 parent 53e4c04 commit 306f0fc

File tree

1 file changed

+1
-1
lines changed
  • luci-app-easytier/root/etc/init.d

1 file changed

+1
-1
lines changed

luci-app-easytier/root/etc/init.d/easytier

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ start_web() {
606606
get_tz
607607
[ -z "$SET_TZ" ] || procd_set_param env TZ="$SET_TZ"
608608
web_cmd=""
609-
[ -z "$db_path" ] || web_cmd="${web_cmd} $db_path"
609+
[ -z "$db_path" ] || web_cmd="${web_cmd} -d $db_path"
610610
[ -z "$web_protocol" ] || web_cmd="${web_cmd} -p $web_protocol"
611611
[ -z "$web_port" ] || web_cmd="${web_cmd} -c $web_port"
612612
[ -z "$api_port" ] || web_cmd="${web_cmd} -a $api_port"

0 commit comments

Comments
 (0)