From 6384b10895ad3c8785a414a0ff02264f538a9f2b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 21 Aug 2024 20:01:59 +1000 Subject: [PATCH] scripts/redialer: Change the interpreter to bash since it uses bash syntax Signed-off-by: Paul Mackerras --- scripts/redialer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redialer b/scripts/redialer index 5bbde4e..d43c42a 100755 --- a/scripts/redialer +++ b/scripts/redialer @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ################################################################### # # These parameters control the attack dialing sequence. -- 2.39.5