Skip to content
Snippets Groups Projects
Commit 24d8d7b4 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

fix

parent 28d56f57
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ post_install() {
echo "**********************************************************************************************"
echo '' >> /usr/bin/grub-mkconfig
echo '[ -f /usr/bin/shared-bootdir-helper-multi-kparam.sh ] && echo "Executing addon: /usr/bin/shared-bootdir-helper-multi-kparam.sh $grub_cfg" >&2 && /usr/bin/shared-bootdir-helper-multi-kparam.sh "$grub_cfg" && exit $?' >> /usr/bin/grub-mkconfig
echo '[ -f /usr/bin/shared-bootdir-helper-multi-kparam.sh ] && echo "Executing addon: /usr/bin/shared-bootdir-helper-multi-kparam.sh $grub_cfg" >&2 && /usr/bin/shared-bootdir-helper-multi-kparam.sh "$grub_cfg" >&2 && exit $?' >> /usr/bin/grub-mkconfig
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment