Clean code

Remove commented commands that are no longer needed.
This commit is contained in:
Antynea
2020-10-07 02:00:23 +02:00
committed by GitHub
parent a7289b182a
commit 4493bdc6e4

View File

@@ -136,13 +136,9 @@ test_btrfs()
### Script
## Create entry
entry() {
entry()
{
echo "$@" >> "/boot/$grub_directory/grub-btrfs.cfg"
# local arg="$@"
# echo "${arg}" >> "/boot/$grub_directory/grub-btrfs.cfg"
# cat << EOF >> "/boot/$grub_directory/grub-btrfs.cfg"
# ${arg}
# EOF
}
## menu entries