diff options
Diffstat (limited to 'infest')
-rwxr-xr-x | infest | 2 |
1 files changed, 1 insertions, 1 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" |