Skip to content

Commit

Permalink
ddns-scripts: Fix ddns not starting when booting
Browse files Browse the repository at this point in the history
Remove invalid functions

Signed-off-by: suisui niang <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 8920df1)
  • Loading branch information
suisuiniang authored and 1715173329 committed Dec 10, 2023
1 parent ca95c12 commit ee8bf8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/ddns-scripts/files/etc/init.d/ddns
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
START=95
STOP=10

boot() {
return 0
}

reload() {
/usr/lib/ddns/dynamic_dns_updater.sh -- reload
return 0
Expand Down

0 comments on commit ee8bf8f

Please sign in to comment.