mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
mkeys: use $() instead of back quotes
This commit is contained in:
parent
a59eda3fe7
commit
3e9a2c8a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ unsupportedkey=Kunknown.+255+00000
|
|||
cp unsupported-managed.key "${unsupportedkey}.key"
|
||||
|
||||
# root key
|
||||
rootkey=`cat ../ns1/managed.key`
|
||||
rootkey=$(cat ../ns1/managed.key)
|
||||
cp "../ns1/${rootkey}.key" .
|
||||
|
||||
# Configure the resolving server with an initializing key.
|
||||
|
|
|
|||
Loading…
Reference in a new issue