Ensure maco.service is enable for next reboot
This commit is contained in:
parent
e303c9fd17
commit
588dc554ef
|
@ -285,10 +285,12 @@ main() { # {{{
|
||||||
## Try to upgrade Maco
|
## Try to upgrade Maco
|
||||||
### If error: Exit 50
|
### If error: Exit 50
|
||||||
### If success: Clean host (temp files,…)
|
### If success: Clean host (temp files,…)
|
||||||
|
### Ensure maco.service is enable for next reboot
|
||||||
### then reboot the system
|
### then reboot the system
|
||||||
upgrade_maco \
|
upgrade_maco \
|
||||||
|| exit 50 \
|
|| exit 50 \
|
||||||
&& clean_host \
|
&& clean_host \
|
||||||
|
&& systemctl --quiet enable maco.service > /dev/null 2>&1 \
|
||||||
&& systemctl reboot
|
&& systemctl reboot
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue