diff --git a/eqx-create-device b/eqx-create-device index 35bb541..e51782a 100755 --- a/eqx-create-device +++ b/eqx-create-device @@ -24,7 +24,7 @@ EQXFACILITY3="sg1" EQXOS="custom_ipxe" EQXPLAN="m3.large.x86" EQXTAGS="cluster" -EQXSPOTOVER=".05" +EQXSPOTOVER=".02" # Probably leave these variables alone # Set max price at current spot plus EQXSPOTOVER from above @@ -60,9 +60,6 @@ packet device create \ --ipxe-script-url "$EQXIPXEURL" \ --tags "$EQXTAGS" -# XXX -exit - packet device create \ --plan "$EQXPLAN" \ --spot-instance \