1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

add timezone

This commit is contained in:
Éric Gaspar 2023-11-26 21:07:23 +01:00
parent 8fd6288017
commit 1781ae5576
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
TZ=__TIMEZONE__
OCIS_URL=https://__DOMAIN__
PROXY_HTTP_ADDR=127.0.0.1:__PORT__
PROXY_TLS=true

View file

@ -9,6 +9,8 @@
source _common.sh
source /usr/share/yunohost/helpers
timezone=$(cat /etc/timezone)
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -9,6 +9,8 @@
source _common.sh
source /usr/share/yunohost/helpers
timezone=$(cat /etc/timezone)
#=================================================
# CHECK VERSION
#=================================================