Skip to content

Commit 0275b81

Browse files
authored
Update variables.sh: Add ALLSKY_EXIT_STOP
When the service should be stopped but there's no error.
1 parent ce9a95e commit 0275b81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variables.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; then
297297
# Anything at or above EXIT_ERROR_STOP is unrecoverable and the service must be stopped
298298
ALLSKY_EXIT_ERROR_STOP=100 # unrecoverable error - need user action so stop service
299299
ALLSKY_EXIT_NO_CAMERA=101 # cannot find camera
300+
ALLSKY_EXIT_STOP=102 # Stop, but no error
300301

301302
# Name of the Pi's OS in lowercase.
302303
ALLSKY_PI_OS="$( grep VERSION_CODENAME /etc/os-release )"

0 commit comments

Comments
 (0)