mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
fixed problem of echo
This commit is contained in:
parent
de0e689e27
commit
7e68b3ea66
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ function main() {
|
|||
# This modification is guaratnteed once only. To allow re-trying the installation after unexpected GUI/TUI installer quit.
|
||||
grub_additional_parameters="rd.auto=1 cryptdevice=${DEV}${CRYPTPARTITION}:${CRYPTPARTNAME} root=/dev/mapper/${VGNAME}-${LVROOTNAME}"
|
||||
if grep "$grub_additional_parameters" /etc/default/grub ; then # Is additonal parameter already added?
|
||||
# Yes ".../etc/default/grub already modified. OK, skipping to modiy."
|
||||
echo
|
||||
# Yes
|
||||
echo ".../etc/default/grub already modified. OK, skipping to modiy."
|
||||
else
|
||||
# Not yet. Let's add.
|
||||
echo "...Modify /etc/default/grub."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue