2> /dev/null

This commit is contained in:
Michael Grote 2023-07-21 21:32:02 +02:00
parent f1f8f019c8
commit b8f880e7a5
1 changed files with 1 additions and 1 deletions

2
app.sh
View File

@ -61,7 +61,7 @@ while true ; do
exit 2
fi
echo "export $FQDN config"
ssh -n -o StrictHostKeyChecking=no -i "$SSH_KEY_PATH" "${USERNAME}@${FQDN}" "/export show-sensitive" > "config_${FQDN}.rsc" &> /dev/null
ssh -n -o StrictHostKeyChecking=no -i "$SSH_KEY_PATH" "${USERNAME}@${FQDN}" "/export show-sensitive" > "config_${FQDN}.rsc" 2> /dev/null
# entferne Datumszeile
echo sed
pwd