Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ECA54200CA3 for ; Thu, 1 Jun 2017 21:14:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EB518160BC4; Thu, 1 Jun 2017 19:14:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 64382160BC1 for ; Thu, 1 Jun 2017 21:14:35 +0200 (CEST) Received: (qmail 95072 invoked by uid 500); 1 Jun 2017 19:14:31 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 95063 invoked by uid 99); 1 Jun 2017 19:14:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 19:14:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F3CBDFFB2; Thu, 1 Jun 2017 19:14:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eroma@apache.org To: commits@airavata.apache.org Message-Id: <1d31842961a7440b8a20b130a9688dc9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata-docs git commit: Changed the echo wrapper script content for echo application Date: Thu, 1 Jun 2017 19:14:31 +0000 (UTC) archived-at: Thu, 01 Jun 2017 19:14:36 -0000 Repository: airavata-docs Updated Branches: refs/heads/master 45cda7b84 -> e91a9c8df Changed the echo wrapper script content for echo application Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/e91a9c8d Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/e91a9c8d Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/e91a9c8d Branch: refs/heads/master Commit: e91a9c8df78914d648456d9c2e8fc804364794c1 Parents: 45cda7b Author: Eroma Abeysinghe Authored: Thu Jun 1 15:14:28 2017 -0400 Committer: Eroma Abeysinghe Committed: Thu Jun 1 15:14:28 2017 -0400 ---------------------------------------------------------------------- Admin-Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/e91a9c8d/Admin-Tutorials.md ---------------------------------------------------------------------- diff --git a/Admin-Tutorials.md b/Admin-Tutorials.md index 2f7fe57..279def8 100644 --- a/Admin-Tutorials.md +++ b/Admin-Tutorials.md @@ -105,7 +105,7 @@ Quickest way to confirm Airavata and PGA setup. This will tell you what you need

     #!/bin/bash
     #sleep 10
-    echo "Echoed_Output="${@:1:($#-2)}"" >> "${@:(-2):1}" 2>> "${@:(-1):1}"
+    echo "Echoed_Output="${@:1:($#-2)}"" >> "${@:(-1):1}" 2>> "${@:(-2):1}"
 
#####
Gaussian Job Submission to Comet (XSEDE resource)