From d6c9d090ff866c4c0ffd9a08779c2601b22d0a07 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 15 Mar 2010 18:13:37 +0100 Subject: put: Fix becquerel --- etc/functions/put | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc/functions/put') diff --git a/etc/functions/put b/etc/functions/put index a95b002..1876852 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -29,13 +29,14 @@ function put_aneurysm () { } function put_becquerel () { - hostname='becquerel' + hostname='becquerel.illdefined.org' ssh_options=(-q) target_dir='www/tmp/' - server_prefix='https://statis.illdefined.org/~derf/tmp/' + server_prefix='http://static.illdefined.org/~derf/tmp/' } hosts=(aneurysm_int aneurysm becquerel) +hosts_nossl=(becquerel) while [[ $1 == -* ]] { case $1 in -- cgit v1.2.3