From d3dfeed1fcebd63a2e3e21c2c86701724c55f130 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 23 May 2022 09:31:57 +0800 Subject: [PATCH] Package: change ddns-script auto startup order(#1145) --- scripts/patches.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index ee0f322..728ae5e 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -16,6 +16,8 @@ sed -i '/DEPENDS/ s/$/ +frpc/' `find package/ -follow -type f -path '*/luci-app- sed -i 's/ +ntfs-3g/ +ntfs3-mount/' `find package/ -follow -type f -path '*/automount/Makefile'` sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/ -follow -type f -path */automount/files/15-automount` +sed -i 's/START=95/START=99/' `find package/ -follow -type f -path */ddns-scripts/files/ddns.init` + mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches