diff --git a/cluster/maco.apply.update.sh b/cluster/maco.apply.update.sh index 63c2b92..62a803f 100755 --- a/cluster/maco.apply.update.sh +++ b/cluster/maco.apply.update.sh @@ -285,9 +285,11 @@ main() { # {{{ ## Try to upgrade Maco ### If error: Exit 50 ### If success: Clean host (temp files,…) + ### then reboot the system upgrade_maco \ || exit 50 \ - && clean_host + && clean_host \ + && systemctl reboot } # }}}