diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-14 14:56:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-14 14:56:28 +0100 |
commit | f88935760f6be5849c7890a4e7552715105a80ee (patch) | |
tree | b957855a5c29e8e42d9a2af61ad26ce657e46ced /etc/functions/put | |
parent | 1aaec4b9b6becaf19f65220f76a81b3b912a6614 (diff) |
put: Updated aneurysm_vpn
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 764bd05..42b550a 100755 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,11 +18,9 @@ if ! check_com curl; then fi function put_aneurysm_vpn { + put_aneurysm hostname='aneurysm.wildernet.org' - ssh_options=(-q) - target_dir='public_html/tmp/' - server_prefix='http://aneurysm.wildernet.org/~derf/tmp/' - illegal='*.(cgi|pl|php|py)' + server_prefix='http://aneurysm.vpn.skyshaper.org/~derf/tmp/' } function put_aneurysm_int { |