diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-15 18:13:37 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-15 18:13:37 +0100 |
commit | d6c9d090ff866c4c0ffd9a08779c2601b22d0a07 (patch) | |
tree | 9484d984e6b49396bcb957644bb4db065301089b /etc/functions/put | |
parent | 75e86c19557609d68ac23251133c310334297d0e (diff) |
put: Fix becquerel
Diffstat (limited to 'etc/functions/put')
-rw-r--r-- | etc/functions/put | 5 |
1 files changed, 3 insertions, 2 deletions
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 |