diff options
-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 } |