Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
pgmonitor:replace source
Browse files Browse the repository at this point in the history
  • Loading branch information
zhl003 committed Jul 27, 2021
1 parent a1d3c89 commit 7351634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/get-pgmonitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
# limitations under the License.

echo "Getting pgMonitor..."
PGMONITOR_COMMIT='v4.5-RC3'
# PGMONITOR_COMMIT='v4.5-RC3'

# pgMonitor Setup
if [[ -d ${PGOROOT?}/tools/pgmonitor ]]
then
rm -rf ${PGOROOT?}/tools/pgmonitor
fi

git clone https://github.com/crunchydata/pgmonitor.git ${PGOROOT?}/tools/pgmonitor
cd ${PGOROOT?}/tools/pgmonitor
git checkout ${PGMONITOR_COMMIT?}
git clone https://github.com/zhl003/pgmonitor.git ${PGOROOT?}/tools/pgmonitor
# cd ${PGOROOT?}/tools/pgmonitor
# git checkout ${PGMONITOR_COMMIT?}

0 comments on commit 7351634

Please sign in to comment.