X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=4aa0189bb1dbc7b679aecfe92539daf8d1140c4a;hb=d25d749d6c737395c9076c2061c8088fedeb80bf;hp=31b39d5195ebe675e38150ff398de788b2763b7b;hpb=42465be8abac2fdb32c939bc7e5ad0fbca5df2f8;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 31b39d5..4aa0189 100755 --- a/update-all +++ b/update-all @@ -1,11 +1,4 @@ #! /bin/sh -cd ../htdocs && \ - -ssh -4 phdppru@phdru.name 'cd public_html && exec mv .htaccess awstats cgi-bin "$HOME"/tmp' && \ -distribute -r public_html/ -d phdru.name/ && \ -ssh -4 phdppru@phdru.name "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html" && \ - -ssh -4 iskra-aviel.phdru.name sitecopy -u fatal.ru by.ru && \ -cd "$HOME" && rsync -avPz iskra-aviel.phdru.name:.sitecopy . && \ -exec distribute .sitecopy +cd "`dirname \"$0\"`"/.. && distribute -ad phdru.name +cd htdocs && exec distribute -ad phdru.name