Skip to content

Commit b2aef2f

Browse files
authored
Update variables.sh: Add ALLSKY_STATUS_NEEDS_REVIEW
and change wording of ALLSKY_STATUS_NEEDS_CONFIGURATION
1 parent 437d14e commit b2aef2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

variables.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" || ${1} == "--force" ]]; then
218218
ALLSKY_STATUS_CAMERA_CHANGED="Stopped - camera changed"
219219
ALLSKY_STATUS_REBOOT_NEEDED="Stopped - reboot needed"
220220
ALLSKY_STATUS_ACTIONS_NEEDED="Stopped - actions needed"
221-
ALLSKY_STATUS_NEEDS_CONFIGURATION="Allsky needs configuring"
221+
ALLSKY_STATUS_NEEDS_CONFIGURATION="Allsky settings need configuring"
222+
ALLSKY_STATUS_NEEDS_REVIEW="Allsky settings need to be reviewed"
222223

223224
# GitHub information - package names, repository, and contents of a file.
224225
GITHUB_ROOT="https://github.com/AllskyTeam"

0 commit comments

Comments
 (0)