Want to subscribe to topics you're interested in?
Become a Member

Beta Branch add centmin.sh install exit status check to shipped installers in 140…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 16, 2026 at 8:44 AM.

  1. eva2000

    eva2000 Administrator Staff Member

    59,514
    12,539
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,180
    Local Time:
    5:41 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    add centmin.sh install exit status check to shipped installers in 140.00beta01

    The installers ran ./centmin.sh install inside a tee'd pipeline and
    discarded its exit status, so an aborted install still printed the
    completion banner and exited 0.

    Changes:
    - installer.sh / installer74.sh / installer80.sh / installer81.sh /
    installer82.sh / installer83.sh / installer84.sh: capture the install
    exit status to a per-run rc file inside the tee'd group and test it
    after the pipeline, exiting non-zero with pointer to /root/centminlogs
    on failure

    Continue reading...

    140.00beta01 branch