Last active
September 25, 2018 02:25
-
-
Save ivannp/2c081ede1cad87ba91f34f80bbde6bbb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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