Skip to content

Commit 6c51dce

Browse files
committed
Please check change.log
1 parent 91ddcf8 commit 6c51dce

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1341_23-02-2026
1+
1344_27-02-2026

change.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
27/02/2026
2+
3+
- Coding has gone to shit recently. Lots of silly mistakes. Message up the sendmessage script and didn't notice for a good while. Have now implemented a shellcheck failsafe to prevent building containers with borked scripts
14
23/02/2026
25

36
- Merged a PR from pewter77 which preserves permissions on the config file in case they have had custom permissions set

sendmessage.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,19 @@ QUESTION="❓"
7575
FAIL=""
7676

7777
if [ "${2}" = "info" ]
78+
then
7879
notification_icon="${INFO}"
7980
elif [ "${2}" = "success" ]
81+
then
8082
notification_icon="${SUCCESS}"
8183
elif [ "${2}" = "question" ]
84+
then
8285
notification_icon="${QUESTION}"
8386
else
8487
notification_icon="${FAIL}"
8588
fi
8689

87-
if [ "${telegram_http}" = true ]
90+
if [ "${telegram_http}" = "true" ]
8891
then
8992
telegram_protocol="http"
9093
else
@@ -119,4 +122,4 @@ then
119122
elif [ "$1" = "failure" ]
120123
then
121124
mfa_failure
122-
fi
125+
fi

0 commit comments

Comments
 (0)