X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=4aa0189bb1dbc7b679aecfe92539daf8d1140c4a;hb=7dae99f67e2a57f8f86e6a18a427c9e8cb2db4cc;hp=295f1ec7b4aa63a5202da018a42801d5a281efdd;hpb=88bb9d0069ca4d56226df0beb222646ca72b984f;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 295f1ec..4aa0189 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,4 @@ #! /bin/sh -cd ../htdocs && -exec distribute -d phdru.name +cd "`dirname \"$0\"`"/.. && distribute -ad phdru.name +cd htdocs && exec distribute -ad phdru.name