You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo env python -c "import xml.etree.ElementTree; from base64 import b64decode; f = open('$xml_file', 'r'); doc = xml.etree.ElementTree.fromstring(''.join(f.readlines())); print b64decode([el.text for el in doc.getiterator() if 'CustomData' in el.tag][0])" > $temp_script && \
sudo cat $temp_script | sudo sed 's/^M$//' - | sudo sed $'s/\r$//' - > $bootstrap_script && \