removed typo and initialized variable
This commit is contained in:
parent
82d6dc643a
commit
e3403b2ddd
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
source ./log_helpers
|
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
|
readonly APISM_DIRECT_PORT=7778
|
||||||
|
|
||||||
updates_available () {
|
updates_available () {
|
||||||
|
Loading…
Reference in New Issue
Block a user