diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-02 18:53:50 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-26 14:28:10 +0200 |
commit | 6eddeec96536df1b859d64b147f687519d5305d6 (patch) | |
tree | 8e415cc6bc8529a7939a718d3bd6da30bc0a89d5 /modules | |
parent | scripts/poe-tasks: kresctl task script added (diff) | |
download | knot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.tar.xz knot-resolver-6eddeec96536df1b859d64b147f687519d5305d6.zip |
scripts: use env shebang
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py | 2 | ||||
-rwxr-xr-x | modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py index 317d6719..6002e830 100755 --- a/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py +++ b/modules/ta_update/ta_update.test.integr/rfc5011/dns2rpl.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ Generate RFC 5011 test simulating successful KSK roll-over in 2017. diff --git a/modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh b/modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh index 4a654695..5ff1d8f1 100755 --- a/modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh +++ b/modules/ta_update/ta_update.test.integr/rfc5011/genkeyszones.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env bash # First, generate DNSSEC keys with timers set to simulate 2017 KSK roll-over. # Second, fake system time to pretend that we are at the beginning on time slots |