# HG changeset patch
# User petr-novak
# Date 1561626764 14400
# Node ID 8dc6db5b3b2e3f033d6d1167fe4278a3685d43e9
# Parent  153346f259e9625141964544c0e5e5f946c75800
Uploaded

diff -r 153346f259e9 -r 8dc6db5b3b2e tool_dependencies.xml
--- a/tool_dependencies.xml	Thu Jun 27 05:00:21 2019 -0400
+++ b/tool_dependencies.xml	Thu Jun 27 05:12:44 2019 -0400
@@ -3,7 +3,7 @@
     <package name="profrep_databases" version="1.0">
         <install version="1.0">
           <actions>
-            <action type="shell_command">env &gt; /tmp/galaxy_installation_check</action>
+            <action type="shell_command">env &gt; /tmp/galaxy_installation_check; exit 0</action>
             <action type="shell_command">pwd &gt;&gt; /tmp/galaxy_installation_check</action>
           </actions>
         </install>