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:
parent
8fd6288017
commit
1781ae5576
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
TZ=__TIMEZONE__
|
||||
|
||||
OCIS_URL=https://__DOMAIN__
|
||||
PROXY_HTTP_ADDR=127.0.0.1:__PORT__
|
||||
PROXY_TLS=true
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
source _common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
timezone=$(cat /etc/timezone)
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
source _common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
timezone=$(cat /etc/timezone)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue