From: Oleg Broytman Date: Mon, 14 Jul 2014 20:49:10 +0000 (+0400) Subject: Distribute this directory as well as the home page X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=7dae99f67e2a57f8f86e6a18a427c9e8cb2db4cc Distribute this directory as well as the home page --- diff --git a/update-ALL b/update-ALL index 922d44e..01d44d7 100755 --- a/update-ALL +++ b/update-ALL @@ -1,4 +1,4 @@ #! /bin/sh -cd ../htdocs && -exec distribute -Ad phdru.name +cd "`dirname \"$0\"`"/.. && distribute -Ad phdru.name +cd htdocs && exec distribute -Ad phdru.name diff --git a/update-all b/update-all index cb59eb1..4aa0189 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,4 @@ #! /bin/sh -cd ../htdocs && -exec distribute -ad phdru.name +cd "`dirname \"$0\"`"/.. && distribute -ad phdru.name +cd htdocs && exec distribute -ad phdru.name