Cannot run any script

Hi guys im new one and trying to run some scripts.

When I run script via home assistant page nothing happening , there is no error in log my config:
no matter what I put into shell. I chmod 777 script , tried sudo as homassistant and confirmed that manually homeassistant can execute. But cannot run it via wepage.
Any hlp ?
Many thanks

script:
skyqpower:
sequence:
- service: shell_command.skyqpower

shell_command:
skyqpower: bash /home/homeassistant/.homeassistant/shellcommand/skyqpower.sh

Hi @lwasylow, a few tips on command_line problems.

Also, please see the large blue box at the top for how to format your posts.

Awesome ! Went through that and that sorted a problem
Many thanks , the virtual env is a great tool to check things.