Skip to content

Commit

Permalink
fix VPS_GEOIPCHECK routine in 124.00stable
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jun 30, 2022
1 parent 463e6c5 commit 6ef5312
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
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='35'
SCRIPT_INCREMENTVER='36'
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
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='35'
SCRIPT_INCREMENTVER='36'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.s${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='08/05/22'
Expand Down
2 changes: 1 addition & 1 deletion inc/cpcheck.inc
Expand Up @@ -2302,7 +2302,7 @@ pureftpdupdates() {
if [ "$SECOND_IP" ]; then
CNIP="$SECOND_IP"
else
CNIP=$(echo "${VPS_ASNCHECK}" | jq -r '.ip')
CNIP=$(echo "$VPS_GEOIPCHECK" | jq -r '.ip')
fi
# disable anonymous logins by default
CHECKPFTPD_ANON=$(grep 'NoAnonymous no' /etc/pure-ftpd/pure-ftpd.conf)
Expand Down

0 comments on commit 6ef5312

Please sign in to comment.