From b90f3d7204f8371a0f219ec78aded8e4a44ce920 Mon Sep 17 00:00:00 2001 From: FreeScout Date: Tue, 3 Sep 2024 00:54:17 -0700 Subject: [PATCH] Change /bin/sh to /bin/bash in update.sh - closes #4208 --- tools/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update.sh b/tools/update.sh index 8f0611247..885d6968b 100755 --- a/tools/update.sh +++ b/tools/update.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # FreeScout upgrade script. #