Skip to content

Commit

Permalink
fix: entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mglants committed Jun 14, 2024
1 parent 1b76c99 commit ccd0581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/gammu-telegram/ci/latest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

def get_latest(channel):
return "v0.0.2"
return "v0.0.3"

if __name__ == "__main__":
import sys
Expand Down
2 changes: 1 addition & 1 deletion apps/gammu-telegram/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
mkdir -p /data/{inbox,outbox,sent,error}
envsubst < /scripts/gammu.conf.pre \
> ~/app/gammu.conf
> /app/gammu.conf
# Run the original command
exec "$@"

0 comments on commit ccd0581

Please sign in to comment.