corrected typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2021-01-18 17:32:28 +01:00
parent fe1717cf05
commit 14f31f0886
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ chmod 600 .ssh/id_rsa
for file in $CHFILENAMES; do
if [[ $file == *"zone" ]]; then
scp $file "$PLUGIN_USER"@"$PLUGIN_HOSTS":"$PLUGIN_TARGET"/$file
ZONE = $(echo $file | sed 's/\.zone//')
ZONE=$(echo $file | sed 's/\.zone//')
ssh "PLUGIN_USER"@"$PLUGIN_HOSTS" nsd-control reload $ZONE
fi
done