summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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