From c4c9bfe48a40867be32f1520ab79f4d089e48772 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 20 May 2015 19:07:33 +0200 Subject: mv cac_listservers from infest to lib/cac.sh --- infest | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'infest') diff --git a/infest b/infest index b933216..255ba24 100755 --- a/infest +++ b/infest @@ -2,6 +2,7 @@ set -xeuf . ./lib/prelude.sh +. ./lib/cac.sh nix_url=https://nixos.org/releases/nix/nix-1.8/nix-1.8-x86_64-linux.tar.bz2 nix_sha256=52fab207b4ce4d098a12d85357d0353e972c492bab0aa9e08e1600363e76fefb @@ -49,17 +50,6 @@ main() { } -cac_listservers() { - if test -z "${cac_via-}"; then - curl -fsS \ - "https://panel.cloudatcost.com/api/v1/listservers.php?key=$cac_key&login=$cac_login" - else - ssh -q $cac_via -t curl -fsS \ - "https://panel.cloudatcost.com/api/v1/listservers.php?key=$cac_key\\&login=$cac_login" - fi -} - - infest_centos7_64bit() { config=$1 address=$(echo $config | jq -r .ip) -- cgit v1.2.3