Skip to content

Commit

Permalink
fix: indicate user to regen grub after configure
Browse files Browse the repository at this point in the history
  • Loading branch information
GarciaLnk committed Oct 7, 2024
1 parent 111d3a2 commit 29f6470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/shared/usr/libexec/configure-grub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ elif [[ ${OPTION,,} =~ ^show ]]; then
else
echo "Not Changing Settings"
fi
echo "Grub menu is set to: ${GRUB_STATE}"
echo "Grub menu is set to: ${GRUB_STATE}, run 'ujust regenerate-grub' to apply changes"

0 comments on commit 29f6470

Please sign in to comment.