summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-05-20 19:14:35 +0200
committertv <tv@shackspace.de>2015-05-20 19:14:35 +0200
commitcc62429cf3cbe638b932e9226ffe59c74b7dd873 (patch)
treeb14417c62c50e3168ae82ba290403cbeaf7d7aff /lib
parenta145561ece1602b46258d59768f04b7fc3b2764d (diff)
lib cac: remove \ from URL
Diffstat (limited to 'lib')
-rw-r--r--lib/cac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cac.sh b/lib/cac.sh
index 209bb4d6..c48f9d69 100644
--- a/lib/cac.sh
+++ b/lib/cac.sh
@@ -1,7 +1,7 @@
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"