removing pbs script comment
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/11e80b05 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/11e80b05 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/11e80b05 Branch: refs/heads/develop Commit: 11e80b05a5af41e2458f07e7534f78bad1d75462 Parents: ec62e68 Author: scnakandala <[email protected]> Authored: Tue Jun 27 14:02:39 2017 -0400 Committer: scnakandala <[email protected]> Committed: Tue Jun 27 14:02:39 2017 -0400 ---------------------------------------------------------------------- modules/configuration/server/src/main/resources/PBS_Groovy.template | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/11e80b05/modules/configuration/server/src/main/resources/PBS_Groovy.template ---------------------------------------------------------------------- diff --git a/modules/configuration/server/src/main/resources/PBS_Groovy.template b/modules/configuration/server/src/main/resources/PBS_Groovy.template index 71659bf..97c49eb 100644 --- a/modules/configuration/server/src/main/resources/PBS_Groovy.template +++ b/modules/configuration/server/src/main/resources/PBS_Groovy.template @@ -1,6 +1,5 @@ #!${shellName} -#PBS batch job submission script generated by Apache Airavata <% if(shellName != null && shellName != "") out.print '#PBS -S ' + shellName + '\n' if (queueName != null && queueName != "") out.print '#PBS -q ' + queueName + '\n'
