mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 08:42:31 +01:00
deb-update.bash: sleep a bit after needrestart
This commit is contained in:
parent
75ce46e896
commit
3d145616d2
@ -111,6 +111,9 @@ if hash needrestart 2>/dev/null; then
|
||||
# needrestart batch mode, should be visible on bottom of scrollback
|
||||
# see https://github.com/liske/needrestart/blob/master/README.batch.md
|
||||
needrestart -b
|
||||
# Give me a moment to see what needrestart says even if I pipe or enter
|
||||
# multiple commands at once!
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
# Sedric workaround, located in this repo. I trust /root/
|
||||
|
Loading…
Reference in New Issue
Block a user