From d482429f6094023d684cf2b63fe5afdeccf47c6e Mon Sep 17 00:00:00 2001 From: stubbsta Date: Tue, 1 Jul 2025 11:16:49 +0200 Subject: [PATCH] revert back to sh instead of bash for contract deployer script --- deploy_rln_contract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_rln_contract.sh b/deploy_rln_contract.sh index 70c7a53..22b6f11 100644 --- a/deploy_rln_contract.sh +++ b/deploy_rln_contract.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e