summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 09:13:37 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 09:13:37 +0200
commit2cce008585e5236a61e94a6571afcc3c110b6512 (patch)
tree2c5741cc6c4faffb812a1ab1d787c7b24d9e85e2 /install
parent1307fdcb4a3b52d02adad017a654911bfe973991 (diff)
Fixed install include
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install
index bb0da33..903dd67 100755
--- a/install
+++ b/install
@@ -3,7 +3,8 @@
# Author: Christoph Helma, Andreas Maunz
LOG="/tmp/`basename $0`-log.txt"
-touch $HOME/.bashrc
+touch "$OT_UI_CONF"
+
. "./utils.sh"
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now:"