Skip to content

Commit

Permalink
update optional nginx-rtmp-module module routine
Browse files Browse the repository at this point in the history
- fix optional nginx-rtmp-module mode routine when optional NGINX_VIDEO='y' is set in persistent config file  at /etc/centminmod/custom_config.inc prior to centmin.sh mneu option 4 nginx recompile or initial nginx installation
  • Loading branch information
centminmod committed May 8, 2022
1 parent c0286e5 commit 4dfd109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centmin-cli.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='124.00stable'
SCRIPT_MAJORVER='124'
SCRIPT_MINORVER='00'
SCRIPT_INCREMENTVER='3'
SCRIPT_INCREMENTVER='4'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.s${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='08/05/22'
Expand Down
2 changes: 1 addition & 1 deletion 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='124.00stable'
SCRIPT_MAJORVER='124'
SCRIPT_MINORVER='00'
SCRIPT_INCREMENTVER='3'
SCRIPT_INCREMENTVER='4'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.s${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='08/05/22'
Expand Down
2 changes: 1 addition & 1 deletion inc/nginx_configure.inc
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ if [[ "$CENTOS_SEVEN" = '7' || "$CENTOS_SIX" = '6' ]]; then
echo
echo "download nginx-rtmp-module from github"
pushd "$DIR_TMP"
time git clone git://github.com/arut/nginx-rtmp-module.git
time git clone https://github.com/arut/nginx-rtmp-module
echo
popd
elif [[ -d "${DIR_TMP}/nginx-rtmp-module" && -d "${DIR_TMP}/nginx-rtmp-module/.git" ]]; then
Expand Down

0 comments on commit 4dfd109

Please sign in to comment.