diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/put | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/etc/functions/put b/etc/functions/put index 4fe8279..66fd956 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -16,16 +16,11 @@ if [[ -z ${commands[curl]} ]]; then print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b" fi -function put_aneurysm_int { - put_aneurysm - hostname='aneurysm' -} - function put_aneurysm () { hostname='derf.homelinux.org' ssh_options=(-q) target_dir='public_html/tmp/' - server_prefix='https://derf.homelinux.org/tmp/' + server_prefix='http://derf.homelinux.org/tmp/' } function put_becquerel () { @@ -35,7 +30,7 @@ function put_becquerel () { server_prefix='http://static.illdefined.org/~derf/tmp/' } -hosts=(aneurysm_int aneurysm becquerel) +hosts=(aneurysm becquerel) hosts_nossl=(becquerel) while [[ ${1} == -* ]] { |