summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbase-install.sh1
-rwxr-xr-xkernlab.sh1
-rwxr-xr-xnginx.sh1
-rwxr-xr-xopenbabel.sh1
-rwxr-xr-xopentox-ruby.sh1
-rwxr-xr-xopentox-webservices.sh1
-rwxr-xr-xredis.sh1
-rwxr-xr-xruby.sh1
-rw-r--r--utils.sh3
9 files changed, 2 insertions, 9 deletions
diff --git a/base-install.sh b/base-install.sh
index c7f19d4..f3ed3e8 100755
--- a/base-install.sh
+++ b/base-install.sh
@@ -21,7 +21,6 @@ if [ ! -e "$APTITUDE" ]; then
fi
# Dest
-source ./config.sh
source ./utils.sh
# Pkgs
diff --git a/kernlab.sh b/kernlab.sh
index 9ab2556..73353a6 100755
--- a/kernlab.sh
+++ b/kernlab.sh
@@ -4,7 +4,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/nginx.sh b/nginx.sh
index 9838d69..863b405 100755
--- a/nginx.sh
+++ b/nginx.sh
@@ -4,7 +4,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/openbabel.sh b/openbabel.sh
index a28796d..0bcd148 100755
--- a/openbabel.sh
+++ b/openbabel.sh
@@ -5,7 +5,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 1ba8523..63fa158 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -4,7 +4,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 0cb69c2..9756c51 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -4,7 +4,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/redis.sh b/redis.sh
index 6d94029..ea85c3b 100755
--- a/redis.sh
+++ b/redis.sh
@@ -4,7 +4,6 @@
# Author: Christoph Helma, Andreas Maunz.
#
-source ./config.sh
source ./utils.sh
if [ "$(id -u)" = "0" ]; then
diff --git a/ruby.sh b/ruby.sh
index 4aa438f..b3cb32d 100755
--- a/ruby.sh
+++ b/ruby.sh
@@ -19,7 +19,6 @@ if [ ! -e "$WGET" ]; then
fi
# Pkg
-source ./config.sh
source ./utils.sh
LOG="/tmp/`basename $0`-log.txt"
diff --git a/utils.sh b/utils.sh
index 07d8d73..45cdbba 100644
--- a/utils.sh
+++ b/utils.sh
@@ -32,5 +32,6 @@ abs_path()
esac
}
-check_dest
source ~/.bashrc
+source .config.sh
+check_dest