aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/bin/pgwget
blob: d1d5f9863490f4b9a4cc5c102816405fbef6f9f3 (plain)
1
2
3
4
# this command is used to access the iDNS status server running on a PGaaS instance

wgetpswd=`/opt/app/cdf/bin/getpropvalue -x -n wgetpswd`
wget --http-user=pgaas --http-password=$wgetpswd "$@"