summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-05-18 09:25:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-05-18 09:25:24 +0200
commit12e9b288603f389dbc50e8fadb4e6c35ec1223dc (patch)
treef3c8dd6c66532b91fe65e29138c4747cf06dcdf3 /install
parent197f021a1beb04f1fd07ef8ae7d90440f693a01d (diff)
Moved temp file cleaning to start
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 1 insertions, 4 deletions
diff --git a/install b/install
index 101f1ba..6a1e84f 100755
--- a/install
+++ b/install
@@ -15,7 +15,7 @@ echo "You may need to give root password for some privileged actions right now a
echo
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
-echo "Cleaning up temp files."
+echo "Cleaning up /tmp files."
sudo rm -rf /tmp/openbabel* /tmp/kernlab* /tmp/ruby* /tmp/passenger*
. "./base-install.sh"
@@ -31,9 +31,6 @@ then
. "./opentox-webservices.sh"
fi
-echo "Cleaning up temp files."
-sudo rm -rf /tmp/openbabel* /tmp/kernlab* /tmp/ruby* /tmp/passenger*
-
echo
echo "Installation finished and system configured."
echo "Destination: '$OT_PREFIX'"