X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hb=c89b746df98f09e80169480d13ec452c2a919f7e;hp=4423f10667e4eea767b034430c225ef56ac02dd0;hpb=6aa7ab00b5dc30b6221d0d55fecc1b0b957cdd79;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 4423f10..5a782af 100755 --- a/update-all +++ b/update-all @@ -1,2 +1,4 @@ #! /bin/sh -cd ../htdocs && exec distribute -d phd.pp.ru + +cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name +cd htdocs && exec distribute -aD phdru.name