changeset 5:8dc6db5b3b2e draft

Uploaded
author petr-novak
date Thu, 27 Jun 2019 05:12:44 -0400
parents 153346f259e9
children d7c01a74f2cc
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>