summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 09:15:40 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 09:15:40 +0200
commit1cb34e7d9fba5517b9a9ce9636fc926d73af7cb9 (patch)
treeddc43ed4e70edc38340f168afa5da333caac0921 /install
parent2cce008585e5236a61e94a6571afcc3c110b6512 (diff)
Fixed install include
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index 903dd67..81c7853 100755
--- a/install
+++ b/install
@@ -3,9 +3,9 @@
# Author: Christoph Helma, Andreas Maunz
LOG="/tmp/`basename $0`-log.txt"
-touch "$OT_UI_CONF"
-
. "./utils.sh"
+touch "$OT_UI_CONF"
+echo
echo "Opentox-ruby installation."
echo "You may need to give root password for some privileged actions right now:"
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"