Use sh for docker test scripts

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2017-10-21 00:11:47 +02:00
parent f1e5c393c8
commit fe815bb9dc
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/bin/sh
# Restart the cluster process # Restart the cluster process
sleep 4 sleep 4

View File

@ -1,4 +1,4 @@
#! /bin/bash #!/bin/sh
# $1=sleep time, $2=first command, $3=second command # $1=sleep time, $2=first command, $3=second command
# Loop forever # Loop forever

View File

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/sh
# $1=sleep time, $2=first command, $3=second command # $1=sleep time, $2=first command, $3=second command
# Loop forever # Loop forever

View File

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/sh
## Wait for cluster service process to exist and the stop the ## Wait for cluster service process to exist and the stop the
## killer ## killer