X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=4aa0189bb1dbc7b679aecfe92539daf8d1140c4a;hb=3b607b20bbfbc5b8a2282d57b4c1f99f07f9d272;hp=4423f10667e4eea767b034430c225ef56ac02dd0;hpb=6aa7ab00b5dc30b6221d0d55fecc1b0b957cdd79;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 4423f10..4aa0189 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