1
0
Fork 0
mirror of https://github.com/Luzifer/arch-update.git synced 2024-10-18 06:44:23 +00:00

Add info line after successful reboot schedule

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-03-16 21:57:52 +01:00
parent f74001af41
commit fb50927db9
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ source=(
arch-update.service
arch-update.timer
)
sha512sums=('504593f8595ab86575d1d40547e8f143f8d2ee53f0f35469de267e6d6e1b0cb4b5c3569b813203898dd51884339eaa43b68be7110dee014969b7ead0dfd93d4d'
sha512sums=('af38ea3c914e37e108663f1f0a3aa0b3ebcb42f4e279a45d019ffc22f65733c6c8b04c260d0dd3902557346a1e2247f80067964ccb298badc7b59330322c96a1'
'384a9fc9c7f43bd7e9ec9274b5e930e7e9e3dcea088f524201f0b359f33e470b9b120b6c261b82b2d484d7af937eb67ba2cdf7a0bda2ca424338da03e008a716'
'f9b62fbc31d963525340c408ddacf671c54d9874b4decd1c84286b2a000ef488a85d738f7a3d83db34e9dd98baa84389aff837bdf68531712ba9eaa7a8d762bd')

View file

@ -125,6 +125,7 @@ function main() { # ( )
if [ $REBOOT -eq 1 ]; then
info "Reboot will be executed in 1 minute"
shutdown -r +1 # Give the script enough time to finish and queue reboot
info "Reboot scheduled, ending script now"
exit 0 # Do not execute more of this script
else
warn "Reboot is strongly suggested but auto-reboot is disabled"