X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hb=b1492b5836aead48044b51e9ba114c641669c6b6;hp=0320214e716e75fc847920829fd1b89a7b2f8ce1;hpb=05d071aba09458c995f311824f9e6d2e8a00999e;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 0320214..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 && \ -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 -4avPz iskra-aviel.phdru.name:.sitecopy . && \ -exec distribute .sitecopy +cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name +cd htdocs && exec distribute -aD phdru.name