mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:05:40 -04:00
feat: add timezone env var and integrate into logs
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
DATE=$(date '+%m-%d-%Y %H:%M:%S')
|
||||
# #
|
||||
# @project thetvapp-docker
|
||||
# @about download script for fetching m3u8 and xml
|
||||
# @file /download.sh
|
||||
# @repo https://github.com/Aetherinox/thetvapp-docker
|
||||
# #
|
||||
|
||||
DATE=$(TZ=${TZ} date '+%m-%d-%Y %H:%M:%S')
|
||||
|
||||
# #
|
||||
# Run Download
|
||||
|
||||
Reference in New Issue
Block a user