mkeys: use $() instead of back quotes

This commit is contained in:
Mark Andrews 2022-04-01 16:19:01 +11:00 committed by Michal Nowak
parent a59eda3fe7
commit 3e9a2c8a7f

View file

@ -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.