Welcome to Centmin Mod Community
Become a Member

CentOS 7 Beta Branch add persistent custom centmin.sh options file support at inc/custom_config.inc

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 6, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:25 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add persistent custom centmin.sh options file support at inc/custom_config.inc
    supports 2 locations for custom_config.inc
    1). inc/custom_config.inc where centmin.sh base directory resides
    2). at ${CONFIGSCANBASE}/custom_config.inc which defaults to /etc/centminmod/custom_config.inc
    to override centmin.sh settings and allow them to persist on centmin mod code updates, create a
    custom_config.inc at one of the 2 locations mentioned above and add the centmin.sh option to the
    custom_config.inc file i.e.


    PHP_VERSION='5.6.8'
    ZOPCACHEDFT='y'

    Continue reading...

    123.08centos7beta02 branch