Skip to content
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

Current image #1010

Merged
merged 2 commits into from
Feb 11, 2022
Merged

Current image #1010

merged 2 commits into from
Feb 11, 2022

Conversation

EricClaeys
Copy link
Collaborator

Change $IMAGE_TO_USE to $CURRENT_IMAGE which other scripts look for. There's no need for two shell variable names for the same file.

Some scripts look for the current image name in $CURRENT_IMAGE so there's no need to also call it $IMAGE_TO_USE, other than that was the historical variable name.
Copy link
Collaborator

@AndreasLMeg AndreasLMeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the changes appear to be correct

scripts/copy_notification_image.sh Show resolved Hide resolved
@@ -19,13 +19,13 @@ if [ ! -e "${NOTIFICATIONFILE}" ] ; then
exit 2
fi

IMAGE_TO_USE="${CAPTURE_SAVE_DIR}/notification-${FULL_FILENAME}"
CURRENT_IMAGE="${CAPTURE_SAVE_DIR}/notification-${FULL_FILENAME}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the changes appear to be correct

@EricClaeys EricClaeys merged commit 6cf3abd into master Feb 11, 2022
@EricClaeys EricClaeys deleted the CURRENT_IMAGE branch February 12, 2022 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants