You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2016/06/20 02:32:09 UTC

nutch git commit: NUTCH-2283 Fix bad substitution bash error for cassandra docker scripts

Repository: nutch
Updated Branches:
  refs/heads/2.x 9a349a1f4 -> a9b238fae


NUTCH-2283 Fix bad substitution bash error for cassandra docker scripts


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/a9b238fa
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/a9b238fa
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/a9b238fa

Branch: refs/heads/2.x
Commit: a9b238fae30645671c37fcb5b12c1fae6a165bbd
Parents: 9a349a1
Author: lancergr <g....@outlook.com>
Authored: Sun Jun 19 11:46:56 2016 +0200
Committer: lancergr <g....@outlook.com>
Committed: Sun Jun 19 11:46:56 2016 +0200

----------------------------------------------------------------------
 docker/cassandra/bin/restart.sh | 2 +-
 docker/cassandra/bin/start.sh   | 2 +-
 docker/cassandra/bin/stop.sh    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/a9b238fa/docker/cassandra/bin/restart.sh
----------------------------------------------------------------------
diff --git a/docker/cassandra/bin/restart.sh b/docker/cassandra/bin/restart.sh
index 71caa0b..db3e2dc 100755
--- a/docker/cassandra/bin/restart.sh
+++ b/docker/cassandra/bin/restart.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

http://git-wip-us.apache.org/repos/asf/nutch/blob/a9b238fa/docker/cassandra/bin/start.sh
----------------------------------------------------------------------
diff --git a/docker/cassandra/bin/start.sh b/docker/cassandra/bin/start.sh
index a9cf0e0..573674e 100755
--- a/docker/cassandra/bin/start.sh
+++ b/docker/cassandra/bin/start.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

http://git-wip-us.apache.org/repos/asf/nutch/blob/a9b238fa/docker/cassandra/bin/stop.sh
----------------------------------------------------------------------
diff --git a/docker/cassandra/bin/stop.sh b/docker/cassandra/bin/stop.sh
index 8c80bd2..7a1e3d5 100755
--- a/docker/cassandra/bin/stop.sh
+++ b/docker/cassandra/bin/stop.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with