2> /dev/null
This commit is contained in:
parent
f1f8f019c8
commit
b8f880e7a5
1 changed files with 1 additions and 1 deletions
2
app.sh
2
app.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue