Typo
This commit is contained in:
parent
7fd2a6727d
commit
8a66092c7c
1 changed files with 1 additions and 1 deletions
2
x
2
x
|
@ -38,7 +38,7 @@ while read -r FQDN SSH_KEY_PATH; do
|
|||
FQDN=$(echo "$FQDN" | tr -d "[:space:]")
|
||||
# prüfe ob Key existiert
|
||||
if [ ! -e "$SSH_KEY_PATH" ]; then
|
||||
echo "File SSH_KEY_PATH does not exist."
|
||||
echo "File $SSH_KEY_PATH does not exist."
|
||||
exit 2
|
||||
fi
|
||||
ssh -n -i "$SSH_KEY_PATH" "$FQDN" "/export show-sensitive" > "config_${FQDN}.rsc"
|
||||
|
|
Loading…
Reference in a new issue