removed typo and initialized variable

This commit is contained in:
Gerhard Hoffmann 2023-05-30 16:40:25 +02:00
parent 82d6dc643a
commit e3403b2ddd

View File

@ -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 () {