We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Not a problem, just an enhancement
Describe the solution you'd like Pull the policy list from github as a json
Additional context I do this with SYM now and it make the script infinitely re-usable in various scenarios without maintaining multiple copies.
The text was updated successfully, but these errors were encountered:
Feature is currently sort-of part of SYM around current line 920
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Thanks, @astrugatch: I added this line to global variables: # jsonURL=${10} # URL Hosting JSON for policy_array # # And this line replaces the entirety of the policy_array (~ line 503): # policy_array=("$(curl -sL $jsonURL)") # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Sorry, something went wrong.
BIG-RAT
No branches or pull requests
Is your feature request related to a problem? Please describe.
Not a problem, just an enhancement
Describe the solution you'd like
Pull the policy list from github as a json
Additional context
I do this with SYM now and it make the script infinitely re-usable in various scenarios without maintaining multiple copies.
The text was updated successfully, but these errors were encountered: