Flangvik/TeamFiltration

Error in fireprox url generation script

Closed this issue · 1 comments

t3hbb commented

Currently the script at https://github.com/Flangvik/TeamFiltration#generate-fireprox-urls reads :

#!/bin/bash
# create_fireprox_instances.sh
# Possible AWS regions
array=( us-east-1 us-west-1 us-west-2 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 eu-north-1 )

#Endpoint to be proxied
$url="https://login.microsoftonline.com/"

The $ is not required in front of the url variable here.

Hope that helps!

Fixed, thank you!