Skip to content

Commit

Permalink
chore(init.d): Create ruleset dir during initial boot in custom routi…
Browse files Browse the repository at this point in the history
…ng mode
  • Loading branch information
muink authored and 1715173329 committed Jan 16, 2024
1 parent a65a85c commit 8c98045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions root/etc/init.d/homeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ start_service() {
no-resolv
server=127.0.0.1#$dns_port
EOF
[ -d "$HP_DIR/ruleset" ] || mkdir -p "$HP_DIR/ruleset"
;;
esac

Expand Down

0 comments on commit 8c98045

Please sign in to comment.