Docker hassio return code 1 on shell_command

Hi everyone,

I getting issues when i try to perform ssh (or any other command) on shell_command.
I everytime get this error

Error running command: `/usr/bin/ssh -i /config/id_rsa -o UserKnownHostsFile=/config/known_hosts [email protected] /bin/bash /usr/share/hassio/homeassistant/scripts/download.sh "{{option}}" 2`, return code: 1
NoneType: None

So i also tried to run /bin/bash btw it say than there is no file or directory. any idea how can i perform command like this over the latest docker image (homeassistant/homeassistant:latest)

version: Home Assistant 0.117.4

any idea how to run ssh over the script ?

Build: (RaspberryPi4 B)

System Health

|arch|armv7l|
| --- | --- |
|chassis||
|dev|true|
|docker|true|
|docker_version|19.03.13|
|hassio|true|
|host_os|Raspbian GNU/Linux 10 (buster)|
|installation_type|Home Assistant Supervised|
|os_name|Linux|
|os_version|5.4.72-v7l+|
|python_version|3.8.6|
|supervisor|2020.11.0|
|timezone|Europe/Paris|
|version|0.118.0.dev20201106|
|virtualenv|false|

Kind regards.