We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9a95e commit 0275b81Copy full SHA for 0275b81
1 file changed
variables.sh
@@ -297,6 +297,7 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; then
297
# Anything at or above EXIT_ERROR_STOP is unrecoverable and the service must be stopped
298
ALLSKY_EXIT_ERROR_STOP=100 # unrecoverable error - need user action so stop service
299
ALLSKY_EXIT_NO_CAMERA=101 # cannot find camera
300
+ ALLSKY_EXIT_STOP=102 # Stop, but no error
301
302
# Name of the Pi's OS in lowercase.
303
ALLSKY_PI_OS="$( grep VERSION_CODENAME /etc/os-release )"
0 commit comments