Skip to content

Commit

Permalink
Merge branch 'master' of github.com:indigo-astronomy/indigo
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Feb 11, 2022
2 parents 1b0929e + b7355d4 commit 1b3d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_drivers/agent_astap/indigo_agent_astap.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static bool astap_solve(indigo_device *device, void *image, unsigned long image_
}
cleanup:
/* globs do not work in quotes */
execute_command(device, "rm -rf \"image_\"%s.*", base);
execute_command(device, "rm -rf \"%s\"/image_*", base_dir);
if (message[0] == '\0')
indigo_update_property(device, AGENT_PLATESOLVER_WCS_PROPERTY, NULL);
else
Expand Down

0 comments on commit 1b3d02b

Please sign in to comment.