Skip to content

Commit 89b6bef

Browse files
committed
Added --telegramThreadID invocation option
1 parent 4d4a37a commit 89b6bef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

raspiBackup.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10669,6 +10669,13 @@ while (( "$#" )); do
1066910669
TELEGRAM_CHATID="$o"; shift 2
1067010670
;;
1067110671

10672+
--telegramThreadID)
10673+
if ! o="$(checkOptionParameter "$1" "$2")"; then
10674+
exitError $RC_PARAMETER_ERROR
10675+
fi
10676+
TELEGRAM_THREADID="$o"; shift 2
10677+
;;
10678+
1067210679
--telegramNotifications)
1067310680
if ! o="$(checkOptionParameter "$1" "$2")"; then
1067410681
exitError $RC_PARAMETER_ERROR

0 commit comments

Comments
 (0)