HDDS-1418. Move bang line to the start of the start-chaos.sh script. Contributed by Arpit Agarwal. (#720)
Change-Id: I4fcf39d61a7d4c4ca79cb56a6958db0f691fe971
This commit is contained in:
parent
813cee1a18
commit
feaab241e5
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
|
@ -13,8 +15,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
date=`date +"%m-%d-%y-%T"`
|
date=`date +"%m-%d-%y-%T"`
|
||||||
fileformat=".MiniOzoneChaosCluster.log"
|
fileformat=".MiniOzoneChaosCluster.log"
|
||||||
heapformat=".dump"
|
heapformat=".dump"
|
||||||
|
|
Loading…
Reference in New Issue