This is an automated email from the ASF dual-hosted git repository.
dope pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 87f6f6b change start iotdb script using bash instead of sh (#44)
87f6f6b is described below
commit 87f6f6bcd5dd3daa70c0f2359ff755959f7bd28d
Author: XuYi <[email protected]>
AuthorDate: Wed Feb 13 13:36:44 2019 +0800
change start iotdb script using bash instead of sh (#44)
---
iotdb/iotdb/bin/start-server.sh | 2 +-
iotdb/iotdb/conf/iotdb-env.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/iotdb/iotdb/bin/start-server.sh b/iotdb/iotdb/bin/start-server.sh
index b24855a..e9e46ad 100755
--- a/iotdb/iotdb/bin/start-server.sh
+++ b/iotdb/iotdb/bin/start-server.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
diff --git a/iotdb/iotdb/conf/iotdb-env.sh b/iotdb/iotdb/conf/iotdb-env.sh
index f1835fc..2d6e851 100755
--- a/iotdb/iotdb/conf/iotdb-env.sh
+++ b/iotdb/iotdb/conf/iotdb-env.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