Skip to content

Commit

Permalink
Update vpnvm.sh - email
Browse files Browse the repository at this point in the history
update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.
  • Loading branch information
smvgarcia authored Aug 20, 2024
1 parent 6c36f5e commit 60ceab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flavors/vpn_nlb_central/vpnvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export FQDN="$SERVERNAME.planx-pla.net"; export cloud="$CLOUDNAME"; export SERVE
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn1"; export SERVER_PEM="/root/server.pem"; bash /root/openvpn_management_scripts/install_ovpn.sh
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn"; export EMAIL="support@datacommons.io"; export SERVER_PEM="/root/server.pem"; export VPN_SUBNET="192.168.192.0/20"; export VM_SUBNET="10.128.0.0/20"; bash install_ovpn.sh
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn"; export EMAIL="support@gen3.org"; export SERVER_PEM="/root/server.pem"; export VPN_SUBNET="192.168.192.0/20"; export VM_SUBNET="10.128.0.0/20"; bash install_ovpn.sh
### need to install lighttpd
Expand Down Expand Up @@ -174,4 +174,4 @@ sudo chmod 755 /etc/init.d/awslogs
sudo systemctl enable awslogs
sudo systemctl restart awslogs

echo "Install is completed"
echo "Install is completed"

0 comments on commit 60ceab1

Please sign in to comment.