summaryrefslogtreecommitdiff
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
parent2cce008585e5236a61e94a6571afcc3c110b6512 (diff)
Fixed install include
-rwxr-xr-xinstall4
-rwxr-xr-xutils.sh2
2 files changed, 3 insertions, 3 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"
diff --git a/utils.sh b/utils.sh
index 2a17452..6505e71 100755
--- a/utils.sh
+++ b/utils.sh
@@ -33,6 +33,6 @@ abs_path()
esac
}
-. "$OT_UI_CONF"
. "`pwd`/config.sh"
+. "$OT_UI_CONF"
check_dest