×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Script on capture page is stuck

  • Posts: 174
  • Thank you received: 27
I am trying to automate taking flats with my flat panel, which is driven from Onstep PWM outputs, and have the following script which I am trying to call as part of flat taking:
#!/usr/bin/bash
indi_setprop -v "LX200 OnStep.Outputs.Output 7=1"

I have the path to this script entered in the Script field of the Capture screen.
Capture completes successfully, but then I see "Executing Post Capture script ..." and after that all is stuck.
3 years 4 months ago #63246

Please Log in or Create an account to join the conversation.

Not sure if this affect anything but #!/bin/bash

last line should be
exit 0

This command works fine when you run it directly from console?
3 years 4 months ago #63270

Please Log in or Create an account to join the conversation.

Time to create page: 0.627 seconds