-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*** Waiting for you to fix this. Restart when done fixing. *** #554
Comments
@linuxkidd Michael, would it make sense to have variables.sh check if each directory exists, and either make it (e.g., ALLSKY_TMP) or print an error message and exit (e.g., ALLSKY_SCRIPTS)? |
Ya.. I had strongly considered It may be better to check inside |
@linuxkidd Michael, variables.sh is source'd into all the scripts, but it only executes its code once per invocation of allsky.sh via this code:
So if we add checks for all the directories it won't add execution time except in allsky.sh, which is when we want to do the checks anyhow. @ckuethe Your input? |
I could be wrong.. but I think that each instantiation of a script ( as executed from -- Actually.. I know they're not used because I've had errors in my So, it will prevent |
@linuxkidd Michael, my intent was for variables.sh to execute the commands when allsky.sh first source'd it in, and all the variables (including ALLSKY_VARIABLES_SET) would automatically be exported via the |
Maybe --- the issue is that |
Haha.. indeed it is the issue.
I'll submit this as a PR and that should get us down to 1 time run through of |
Crap. Another case where I had it working in my test version of Allsky but didn't copy the |
The latest commit gives no pictures on a RPiHQ camera. The log shows the following:
The text was updated successfully, but these errors were encountered: