Skip to content

Commit

Permalink
Add support for openvpn on AL2
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Feb 27, 2024
1 parent 0e90efe commit c125742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavors/vpn_nlb_central/vpnvm_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ install_settings() {
cp "$OPENVPN_PATH/bin/templates/settings.sh.template" "$SETTINGS_PATH"
perl -p -i -e "s|#FQDN#|$FQDN|" $SETTINGS_PATH
perl -p -i -e "s|#EMAIL#|$EMAIL|" $SETTINGS_PATH
perl -p -i -e "s|#CLOUD_NAME#|${cloud}-vpn|" $SETTINGS_PATH
perl -p -i -e "s|#CLOUD_NAME#|${cloud}|" $SETTINGS_PATH

logs_helper "settings installed"
}
Expand Down

0 comments on commit c125742

Please sign in to comment.