diff options
-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 |