From 59f6d70df510eb5e009f71a15ccbf20053ec7975 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 31 Mar 2011 12:42:16 +0200 Subject: all --- opentox-ruby.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'opentox-ruby.sh') diff --git a/opentox-ruby.sh b/opentox-ruby.sh index 00bf8f1..0939635 100755 --- a/opentox-ruby.sh +++ b/opentox-ruby.sh @@ -4,6 +4,9 @@ # Author: Christoph Helma, Andreas Maunz. # +source ./config.sh +source ./utils.sh + if [ "$(id -u)" = "0" ]; then echo "This script must be run as non-root." 1>&2 exit 1 @@ -30,8 +33,6 @@ fi # Pkg -source ./config.sh -source ./utils.sh LOG="/tmp/`basename $0`-log.txt" echo "Opentox-ruby ('$LOG'):" -- cgit v1.2.3