Ivivanov, I am trying your workaround method beow:
if [ $# -eq 1 -a "$1" = "-v" ] ; then
echo "grub-install (GNU GRUB 1.99-12ubuntu5)"
exit 0
fi
now my question is how to revert the changes on the source after it is finished
Ivivanov, I am trying your workaround method beow: