summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-27 14:42:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-03-27 14:42:28 +0200
commit24c96ab4c22d708973c47d226ba10a4236c477ee (patch)
treead4d3fcbe9b10d5717b320b15ef836b3de0fabd3 /etc/functions
parent20294a33320a880b77ac7ee75d112b8bc7305591 (diff)
put: Update aneurysm path
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/put2
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
}