Alphanet: use bash inside the docker image.

This commit is contained in:
Grégoire Henry 2017-09-21 23:09:44 +02:00 committed by Benjamin Canou
parent d48f89541c
commit 84376e09a4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #! /usr/bin/env bash
set -e set -e

View File

@ -1,4 +1,4 @@
#! /bin/sh #! /usr/bin/env bash
data_dir="/var/run/tezos" data_dir="/var/run/tezos"
node_dir="${node_dir:=/var/run/tezos/node}" node_dir="${node_dir:=/var/run/tezos/node}"

View File

@ -1,4 +1,4 @@
#! /bin/sh #! /usr/bin/env bash
set -e set -e