Skip to content

Commit

Permalink
fix[entry.sh]: Ensure registration status test does not fail on SSH e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
sidey79 committed Jan 10, 2025
1 parent f8f77e3 commit a91905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ move_configurations() {
test_registerstatus()
{
echo "Testing alexa-fhem registration status ..."
STATUS=$(ssh fhem-va.fhem.de -p 58824 status)
STATUS=$(ssh fhem-va.fhem.de -p 58824 status || true)
echo "$STATUS"

}
Expand Down

0 comments on commit a91905a

Please sign in to comment.