Skip to content

Commit

Permalink
Indentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffClements committed Dec 3, 2024
1 parent 1a079f5 commit 9a52aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/modules/system/manage_odroid_board.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function module_select_xuodroid() {
sed -i "s/^board_name=.*/board_name=${target_board}/" ${env_file} 2> /dev/null && \
grep -q "^board_name=${target_board}" ${env_file} 2>/dev/null || \
echo "board_name=${target_board}" >> ${env_file}
sed -i "s/^BOARD_NAME.*/BOARD_NAME=\"Odroid ${target_board^^}\"/" /etc/armbian-release
sed -i "s/^BOARD_NAME.*/BOARD_NAME=\"Odroid ${target_board^^}\"/" /etc/armbian-release

$DIALOG --title " Reboot required " --yes-button "Reboot" \
--no-button "Cancel" --yesno "A reboot is required to apply the changes. Shall we reboot now?" 7 34
[[ $? == 0 ]] && reboot
--no-button "Cancel" --yesno "A reboot is required to apply the changes. Shall we reboot now?" 7 34
[[ $? == 0 ]] && reboot
fi
}

0 comments on commit 9a52aa5

Please sign in to comment.