From 5b40315971b2b7ae6c080d694c09a290057566e9 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 30 Sep 2021 15:52:27 +0000 Subject: [PATCH] Use basic sh instead of bash --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 18f96fd..a011f52 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # run sudo to cache creds sudo /bin/true