summaryrefslogtreecommitdiffstats
path: root/infest
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-20 17:55:12 +0200
committerlassulus <lass@aidsballs.de>2015-05-20 17:58:29 +0200
commit54929ed9d19c77bf681ba745e07f1061683ec284 (patch)
treec3202a7aee1cde6c1962b3b8a491257477a4fed2 /infest
parentf7f9c5e0a260ed64ac0769ca5b9479cc0923d7b6 (diff)
infest & networking: fix deploy from localhost
Diffstat (limited to 'infest')
-rwxr-xr-xinfest2
1 files changed, 1 insertions, 1 deletions
diff --git a/infest b/infest
index 95abdda2..b9332169 100755
--- a/infest
+++ b/infest
@@ -52,7 +52,7 @@ 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"
+ "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"