From f17af7f5ae90b867bddcdaf56c48b8e669dc244e Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Mon, 31 May 2021 06:24:51 -0600 Subject: [PATCH] Eliminate space in shebang Was causing dockerfile to fail to load --- mysql-backup-s3/backup.sh | 2 +- mysql-backup-s3/install.sh | 2 +- mysql-backup-s3/run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql-backup-s3/backup.sh b/mysql-backup-s3/backup.sh index eb604e4..4eca867 100644 --- a/mysql-backup-s3/backup.sh +++ b/mysql-backup-s3/backup.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh set -e diff --git a/mysql-backup-s3/install.sh b/mysql-backup-s3/install.sh index eda916a..4d1fc4f 100644 --- a/mysql-backup-s3/install.sh +++ b/mysql-backup-s3/install.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # exit if a command fails set -e diff --git a/mysql-backup-s3/run.sh b/mysql-backup-s3/run.sh index e3fb3c8..81c6224 100644 --- a/mysql-backup-s3/run.sh +++ b/mysql-backup-s3/run.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh set -e