From 1fd2c9738a20ccb951f7f8604050fdcbff50c182 Mon Sep 17 00:00:00 2001 From: Nathan Christopher McRae Date: Sun, 23 Nov 2025 12:51:39 -0800 Subject: [PATCH] Change to more generic invocation --- verify-script.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-script.template b/verify-script.template index 7237914..9773faa 100644 --- a/verify-script.template +++ b/verify-script.template @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/env sh MESSAGE="{message}" FILE="{filename}"