]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Distribute this directory as well as the home page
authorOleg Broytman <phd@phdru.name>
Mon, 14 Jul 2014 20:49:10 +0000 (00:49 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Dec 2015 15:54:10 +0000 (18:54 +0300)
update-ALL
update-all

index 922d44e176dcf519dad07eb2870ef97b2982755c..01d44d7a990791e6e27b18cddbf5086916e0a2f7 100755 (executable)
@@ -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
index cb59eb11611b03240f1b7c743d2dbf83dd3ae9a2..4aa0189bb1dbc7b679aecfe92539daf8d1140c4a 100755 (executable)
@@ -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