This commit is contained in:
weyu 2025-03-28 15:43:02 +08:00
parent 8ad9ef620c
commit f13bceae53
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ find_and_sed(){
# 循环依次处理可能包含外部链接的文件,并进行替换
for file in `cat ${workdir}/filelist`
do
sudo sed -i -f ${initdir}/otocn.sed $file
sudo sed -i -f ${initdir}/toto.sed $file
done
check_cdn_change