fix: make sure questions.yaml includes are actually included

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-13 10:51:50 +02:00
parent fff2f8296d
commit b910d2b69f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ name: testbed
sources:
- https://github.com/Jackett/Jackett
type: application
version: 7.0.13
version: 7.0.14
+1 -1
View File
@@ -128,7 +128,7 @@ include_questions(){
# Replace # Include{VPN} with the standard VPN codesnippet
awk 'NR==FNR { a[n++]=$0; next }
/# Include{VPN}/ { for (i=0;i<n;++i) print a[i]; next }
1' templates/questions/vpn.yaml ${target}/questions.yaml
1' templates/questions/vpn.yaml ${target}/questions.yaml > tmp && mv tmp ${target}/questions.yaml
}
clean_catalog() {