Skip to content
Snippets Groups Projects
Commit b7574a79 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Do not use Paris DATACENTER any more #PLJRenseignement

parent 10e03da1
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ VPSPLANID=${2:-29} ...@@ -25,7 +25,7 @@ VPSPLANID=${2:-29}
SSHKEYID=`curl -s https://api.vultr.com/v1/sshkey/list\?api_key\=$VULTR_API_KEY | cut -d\" -f2` SSHKEYID=`curl -s https://api.vultr.com/v1/sshkey/list\?api_key\=$VULTR_API_KEY | cut -d\" -f2`
echo Got your ssh key ID $SSHKEYID: echo Got your ssh key ID $SSHKEYID:
SUBID=`curl -s -d "DCID=24&VPSPLANID=$VPSPLANID&OSID=179&label=$LABEL&SSHKEYID=$SSHKEYID" https://api.vultr.com/v1/server/create\?api_key\=$VULTR_API_KEY | cut -d\" -f4` SUBID=`curl -s -d "DCID=9&VPSPLANID=$VPSPLANID&OSID=179&label=$LABEL&SSHKEYID=$SSHKEYID" https://api.vultr.com/v1/server/create\?api_key\=$VULTR_API_KEY | cut -d\" -f4`
echo Got your SUB ID $SUBID: echo Got your SUB ID $SUBID:
while : while :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment