From 5464a1bc739bce38e72d9da83d78a751600dca85 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 15 Oct 2025 20:33:17 +0200 Subject: [PATCH] MT#62763 Fix shellcheck issues Warned-by: shellcheck Change-Id: I11f7609342386f3cd4efaa5bcaf6539e9e6e297d --- bash/sipwise-base.sh | 1 + bash/sipwise-init.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bash/sipwise-base.sh b/bash/sipwise-base.sh index 75543e7..23d7bfc 100644 --- a/bash/sipwise-base.sh +++ b/bash/sipwise-base.sh @@ -1,6 +1,7 @@ # # Collection of Sipwise common bash functions. # +# shellcheck shell=bash set -e set -u diff --git a/bash/sipwise-init.sh b/bash/sipwise-init.sh index 486b313..2be367b 100644 --- a/bash/sipwise-init.sh +++ b/bash/sipwise-init.sh @@ -1,3 +1,4 @@ # # Collection of Sipwise sysvinit bash functions. # +# shellcheck shell=bash