diff --git a/src/entry.sh b/src/entry.sh index e3ed6a3..973ee08 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -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" }