Revert non-linode scripts since they're untested

This commit is contained in:
Jeremy Knope
2017-07-27 08:52:46 -04:00
parent 29b21b828b
commit d39649f30d
4 changed files with 6 additions and 12 deletions

View File

@@ -93,8 +93,7 @@ _get_root() {
p=1
if _vscale_rest GET "domains/"; then
response="$(echo "$response" | tr -d "\n" | sed 's/{/\
&/g')"
response="$(echo "$response" | tr -d "\n" | sed 's/{/\n&/g')"
while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100)
_debug h "$h"