diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-27 14:42:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-27 14:42:28 +0200 |
commit | 24c96ab4c22d708973c47d226ba10a4236c477ee (patch) | |
tree | ad4d3fcbe9b10d5717b320b15ef836b3de0fabd3 /etc | |
parent | 20294a33320a880b77ac7ee75d112b8bc7305591 (diff) |
put: Update aneurysm path
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/put | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put index aa99c63..ba9a4ee 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -20,7 +20,7 @@ fi function put_aneurysm { hostname='derf.homelinux.org' ssh_name='aneurysm' - target_dir='public_html/tmp/' + target_dir='web/org.homelinux.derf/out/tmp' server_prefix='http://derf.homelinux.org/tmp/' max_size=700000 } |