summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinfest2
-rwxr-xr-xnetworking-configuration2
2 files changed, 2 insertions, 2 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"
diff --git a/networking-configuration b/networking-configuration
index 74a78905..985bbe73 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"