summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-15 10:47:18 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-15 10:47:18 +0200
commit10aeb5a88d6816487be1600463b1b34253ed2e51 (patch)
tree34cc9b2320ddce3bb09debee925bc3ed99153dc7
parentb7e23a6915e2650a2394911500df59fcc09a91a2 (diff)
parentb64be79306ef587d3a357e03703a28ccb4d53f2f (diff)
Merge branch 'development' of git://github.com/opentox/install into development
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 8d86513..a3c5ec1 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ otconfig() {
# Update the development version
otupdate() {
- START_DIR=`PWD`
+ START_DIR=`pwd`
otconfig
cd $HOME/opentox-ruby/www/opentox
for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
@@ -70,10 +70,9 @@ otupdate() {
ln -sf $HOME/opentox-ruby/www/opentox/opentox-ruby/lib `echo ${LINK_DIR::${#LINK_DIR}-4}`
fi
echo "Please execute 'otstart' to restart."
- cd "START_DIR"
+ cd "$START_DIR"
}
-
# Start the server
otstart() {
otkill