mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +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
|
||||
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
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user