Want more timely Centmin Mod News Updates?
Become a Member

issue changing enviroment?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Oxide, Aug 22, 2016.

  1. Oxide

    Oxide Active Member

    534
    29
    28
    Mar 19, 2015
    Ratings:
    +59
    Local Time:
    5:05 PM
    Code:
    [root@vps248351 ~]# centmin
    /usr/local/src/123.09beta01 ~
    
    /etc/init.d /usr/local/src/123.09beta01
    /usr/local/src/123.09beta01
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu
    
    For some reason - it seems like it's still 1.2.3-eva2000.08..?

    I ran the option 23, then 3 and put "123.09beta01"

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,816
    12,275
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,861
    Local Time:
    5:05 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that's incorrect /usr/local/src/centminmod would be where it's installed

    Just do a fresh Centmin Mod code replacement by wiping /usr/local/src/centminmod as outlined similar to update guide here for older than .07 releases.

    replace branchname with branch you want either 123.08stable or 123.09beta01
    Code (Text):
    branchname=123.09beta01
    cd /usr/local/src
    rm -rf centminmod*
    git clone -b ${branchname} --depth=1 https://github.com/centminmod/centminmod.git centminmod
    cd centminmod
    ./centmin.sh