X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hb=af2e193af1a1a95983839beb0fad3d76ab96e4c6;hp=ed64a5ffc561ad31734c33cf70f7148d2deef65c;hpb=46df294ccb1fbc72710ad58e2a4c4b3d185fa71a;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index ed64a5f..5a782af 100755 --- a/update-all +++ b/update-all @@ -1,11 +1,4 @@ #! /bin/sh -cd ../htdocs/phdru.name && - -ssh -4 phdppru@phdru.name ' - cd public_html && exec mv .htaccess awstats cgi-bin "$HOME"/tmp' && - -distribute -d public_html && - -exec ssh -4 phdppru@phdru.name ' - cd tmp && exec mv .htaccess awstats cgi-bin ../public_html' +cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name +cd htdocs && exec distribute -aD phdru.name