Skip to content

Commit

Permalink
Corrected variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
creas002 committed Jul 30, 2024
1 parent cd010e0 commit 806663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/common/files/rn2_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cd ${HOME}/raspberry-noaa-v2
if [[ -f ${HOME}/raspberry-noaa-v2/scripts/tools/verification_tool/verification.sh ]]; then
# Confirm if install_and_upgrade.sh script code already executed it or not
vFound=$(cat ${HOME}/raspberry-noaa-v2/install_and_upgrade.sh | grep verification.sh | wc -l)
if [[ ${vFOUND} -eq 0 ]]; then
if [[ ${vFound} -eq 0 ]]; then
echo "#####################################################"
echo "# Execute Verification Tool"
echo "#####################################################"
Expand Down

0 comments on commit 806663a

Please sign in to comment.