Use real default value

This commit is contained in:
Michael Vines
2018-07-18 08:21:48 -07:00
parent 4eb676afaa
commit dbab8792e4

View File

@ -5,7 +5,6 @@
# This script must be run by a user/machine that has successfully authenticated # This script must be run by a user/machine that has successfully authenticated
# with GCP and has sufficient permission. # with GCP and has sufficient permission.
# #
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
if [[ -z $SOLANA_METRICS_CONFIG ]]; then if [[ -z $SOLANA_METRICS_CONFIG ]]; then
@ -26,7 +25,7 @@ edge)
;; ;;
beta) beta)
publicUrl=testnet.solana.com publicUrl=testnet.solana.com
publicIp=# # Use default value publicIp="" # Use default value
;; ;;
*) *)
echo Error: Unknown SOLANA_SNAP_CHANNEL=$SOLANA_SNAP_CHANNEL echo Error: Unknown SOLANA_SNAP_CHANNEL=$SOLANA_SNAP_CHANNEL