diff options
| author | lassulus <lass@aidsballs.de> | 2015-05-20 17:55:12 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-05-20 17:58:29 +0200 |
| commit | dd650cd6c1edc5c88a2d764785d430ceb141752a (patch) | |
| tree | c3202a7aee1cde6c1962b3b8a491257477a4fed2 | |
| parent | 7269b03c518fdf08e63e77fed5a1eadb1e7d5698 (diff) | |
infest & networking: fix deploy from localhost
| -rwxr-xr-x | infest | 2 | ||||
| -rwxr-xr-x | networking-configuration | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" diff --git a/networking-configuration b/networking-configuration index 74a7890..985bbe7 100755 --- a/networking-configuration +++ b/networking-configuration @@ -46,7 +46,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" |
