From fa97ac4f6748f4ff74c3b2edd01b13d4f8d39d56 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 Oct 2014 16:13:24 +0200 Subject: rename web/{net.derf0.$host -> default} --- etc/functions/put | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/functions/put b/etc/functions/put index f15274d..c246e64 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -21,7 +21,7 @@ fi function put_flux { hostname='flux.derf0.net' ssh_name='flux' - target_dir='web/net.derf0.flux/out/tmp' + target_dir='web/default/out/tmp' server_prefix='http://flux.derf0.net/tmp/' max_size=700000 } @@ -29,7 +29,7 @@ function put_flux { function put_ghost { hostname='ghost.derf0.net' ssh_name='ghost' - target_dir='web/net.derf0.ghost/out/tmp' + target_dir='web/default/out/tmp' server_prefix='http://ghost.derf0.net/tmp/' max_size=0 } @@ -37,7 +37,7 @@ function put_ghost { function put_steel { hostname='steel.derf0.net' ssh_name='steel' - target_dir='web/net.derf0.steel/out/tmp/' + target_dir='web/default/out/tmp/' server_prefix='http://steel.derf0.net/tmp/' max_size=0 } -- cgit v1.2.3