diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-22 12:34:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-22 12:34:33 +0100 |
commit | 1bbd3b1feca4214752b4abc9f2fb8d6fb588511d (patch) | |
tree | 507ea93889675febc2e65b9bd6b500cc8153f1b3 /etc/functions/put | |
parent | 95bd45a0883383de5cccab0bd34da0cbbf54a558 (diff) |
put: Shortened some hosts
Diffstat (limited to 'etc/functions/put')
-rwxr-xr-x | etc/functions/put | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/functions/put b/etc/functions/put index 4f408ca..416b910 100755 --- a/etc/functions/put +++ b/etc/functions/put @@ -25,10 +25,8 @@ function put_aneurysm_vpn { } function put_aneurysm_int { + put_aneurysm hostname='aneurysm' - ssh_options=(-q) - target_dir='public_html/tmp/' - server_prefix='https://derf.homelinux.org/~derf/tmp/' } function put_aneurysm () { @@ -39,7 +37,7 @@ function put_aneurysm () { } function put_sievert () { - hostname='sievert.tabularazor.org' + hostname='sievert' ssh_options=(-q) target_dir='www/tmp/' server_prefix='https://tabularazor.org/~derf/tmp/' |