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