From 3b8290067012240c3c63c44aa664946d65bc42b3 Mon Sep 17 00:00:00 2001 From: Rikard Gynnerstedt Date: Tue, 27 Jun 2017 10:36:32 +0200 Subject: [PATCH] changed shebang --- deploy/s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/s3.sh b/deploy/s3.sh index 685af5ac..14f1f6cd 100644 --- a/deploy/s3.sh +++ b/deploy/s3.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # This script deploys your cert to a s3 bucket. # export S3_BUCKET=acme