summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'"