Insert newline
This commit is contained in:
parent
e16baf0ea2
commit
3402eedcde
1 changed files with 2 additions and 1 deletions
3
arkdep
3
arkdep
|
@ -483,7 +483,8 @@ deploy () {
|
|||
mv $arkdep_dir/tracker.tmp $arkdep_dir/tracker
|
||||
|
||||
# Deploy bootloader configuration
|
||||
printf "\e[1;34m-->\e[0m\e[1m Adding bootloader entry\e[0m\n"
|
||||
# also insert newline
|
||||
printf "\n\e[1;34m-->\e[0m\e[1m Adding bootloader entry\e[0m\n"
|
||||
sed "s/%target%/${data[0]}/" $arkdep_dir/templates/systemd-boot > /boot/loader/entries/${data[0]}.conf
|
||||
|
||||
printf "\e[1;34m-->\e[0m\e[1m Setting new bootloader entry as default\e[0m\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue