]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! tests/packaging/interactive/rpz_watchdog.sh: configure RPZ using json
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 20 Mar 2025 12:21:51 +0000 (13:21 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 20 Mar 2025 12:21:51 +0000 (13:21 +0100)
tests/packaging/interactive/rpz_watchdog.sh

index b280d9596df066c358f221dcb9dd978579eb6c64..ab0dbf92c09b89148699d84c8352807f9f026ed2 100755 (executable)
@@ -15,8 +15,8 @@ echo "$rpz_example" >> $rpz_file
 
 rpz_conf=$(cat <<EOF
 {[
-    "file": "$rpz_file"
-    "watchdog": false
+    "file": "$rpz_file",
+    "watchdog": false,
 ]}
 EOF
 )