Skip to content

Commit

Permalink
skip centmin.sh triggered pip updates in 123.09beta01
Browse files Browse the repository at this point in the history
Set variables SKIP_INITIAL_PIP_UPDATES='y' & SKIP_PIP_UPDATES='y' by default to skip initial pip install and centmin.sh triggered updates while troubleshooting new errors encountered with the routines on CentOS 7
  • Loading branch information
centminmod committed Jan 25, 2021
1 parent fc38814 commit d8d6e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DT=$(date +"%d%m%y-%H%M%S")
branchname='123.09beta01'
SCRIPT_MAJORVER='1.2.3'
SCRIPT_MINORVER='09'
SCRIPT_INCREMENTVER='641'
SCRIPT_INCREMENTVER='642'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='03/03/2021'
Expand Down Expand Up @@ -929,8 +929,8 @@ PHP_MYSQLSOCKPATH='/var/lib/mysql'
LETSENCRYPT_DETECT='n'
###############################################################
# centmin.sh menu trigger settings
SKIP_INITIAL_PIP_UPDATES='n'
SKIP_PIP_UPDATES='n'
SKIP_INITIAL_PIP_UPDATES='y'
SKIP_PIP_UPDATES='y'
SKIP_FIXPHPFPM_HTTPPROXY='n'
SKIP_FIXWP_UPDATER='n'
SKIP_CSF_MAXMIND_REGO='n'
Expand Down

0 comments on commit d8d6e15

Please sign in to comment.