From 8a2f241009ccf614b4311b0f22c3a9b09cea935c Mon Sep 17 00:00:00 2001 From: stubbsta Date: Tue, 28 May 2024 11:03:47 +0200 Subject: [PATCH] fixed scipt shell reference in run_nwaku --- run_nwaku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_nwaku.sh b/run_nwaku.sh index 05114be..e4a6c4c 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Install bind-tools package used for domainname resolution and jq for json parsing apk add bind-tools