Skip to content

Instantly share code, notes, and snippets.

@ivannp
Last active September 25, 2018 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivannp/2c081ede1cad87ba91f34f80bbde6bbb to your computer and use it in GitHub Desktop.
Save ivannp/2c081ede1cad87ba91f34f80bbde6bbb to your computer and use it in GitHub Desktop.
#!/bin/bash -x
echo "Script started";
echo "Downloading the Ranger policy patch script";
wget -O /tmp/patch_policy_esp.py https://hdiconfigactions.blob.core.windows.net/linuxhdiplclusterconfigactionv01/patch_policy_esp.py
sudo python /tmp/patch_policy_esp.py
echo "Scripts Finished"
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment