From e3403b2ddd9a67a7bd2cdeb5347261ac52d6a9d5 Mon Sep 17 00:00:00 2001 From: GerhardHoffmann Date: Tue, 30 May 2023 16:40:25 +0200 Subject: [PATCH] removed typo and initialized variable --- news_from_ismas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/news_from_ismas b/news_from_ismas index 53716d7..de4f592 100755 --- a/news_from_ismas +++ b/news_from_ismas @@ -2,7 +2,8 @@ source ./log_helpers -if [ ${news_to_ismas_sourced:-1} = "1" ]; then # include only once +if [ "${news_from_ismas_sourced:-1}" = "1" ]; then # include only once + readonly news_from_ismas_sourced=${BASH_SOURCE[0]} readonly APISM_DIRECT_PORT=7778 updates_available () {