diff --git a/apps/gammu-telegram/ci/latest.py b/apps/gammu-telegram/ci/latest.py index 4c747cc..e7eb3c3 100644 --- a/apps/gammu-telegram/ci/latest.py +++ b/apps/gammu-telegram/ci/latest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python def get_latest(channel): - return "v0.0.1" + return "v0.0.2" if __name__ == "__main__": import sys diff --git a/apps/gammu-telegram/scripts/gammu.conf.pre b/apps/gammu-telegram/scripts/gammu.conf.pre index c587167..51a318c 100644 --- a/apps/gammu-telegram/scripts/gammu.conf.pre +++ b/apps/gammu-telegram/scripts/gammu.conf.pre @@ -7,7 +7,7 @@ Service = files PIN = XXXX LogFile = /dev/stdout HangupCalls = 1 -RunOnReceive = /usr/bin/python3 /scripts/sms_received.py +RunOnReceive = /usr/bin/python3 /scripts/telegram.py InboxPath = /data/inbox/ OutboxPath = /data/outbox/ SentSMSPath = /data/sent/