From 9d84469912349ff76aac18812aa510cfec216063 Mon Sep 17 00:00:00 2001 From: Bruno Silvestre Date: Sat, 19 Oct 2019 10:04:30 -0300 Subject: [PATCH] Use a more generic form --- samples/certs/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/certs/all.sh b/samples/certs/all.sh index ac62af1..8c842dc 100755 --- a/samples/certs/all.sh +++ b/samples/certs/all.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh ./rootA.sh ./rootB.sh ./clientA.sh