combine did not worl

This commit is contained in:
Spirillen 2023-10-01 19:52:37 +02:00
parent ed763fc6ce
commit 6e69191b0c
No known key found for this signature in database
GPG key ID: 88CC3F27732845AD

View file

@ -52,16 +52,16 @@ jobs:
find "${{ github.workspace }}/source/" -type f -name '*.rpz-nsdname' \
-exec bash -c "sort -i -u -f '{}' -o '{}' " \;
- name: 'Combine domain and wildcard domains for external usages'
run: |
cd "${{ github.workspace }}"
find "${{ github.workspace }}/source/" -type f -name 'combined.txt' \
-delete
# - name: 'Combine domain and wildcard domains for external usages'
# run: |
# cd "${{ github.workspace }}"
# find "${{ github.workspace }}/source/" -type f -name 'combined.txt' \
# -delete
for d in `find source/ -mindepth 1 -maxdepth 1 -type d`
do
cat ${d[@]}/*.list > ${d[@]}/combined.txt
done
# for d in `find source/ -mindepth 1 -maxdepth 1 -type d`
# do
# cat ${d[@]}/*.list > ${d[@]}/combined.txt
# done
# - name: 'Import latest working example of safe search from safesearch.mypdns.cloud'
# run: |