mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 03:02:53 +01:00
bash/deb-update.bash: run the grub fix script if it exists
This commit is contained in:
parent
46a7838825
commit
4f832ce013
@ -103,5 +103,11 @@ if hash needrestart 2>/dev/null; then
|
|||||||
needrestart -b
|
needrestart -b
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Sedric workaround, located in this repo. I trust /root/
|
||||||
|
if [ -f /root/fixgrub.bash ]
|
||||||
|
then
|
||||||
|
/root/fixgrub.bash
|
||||||
|
fi
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user