mirror of
https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git
synced 2024-09-03 20:36:01 +02:00
fix timezone missing
This commit is contained in:
parent
13e174f479
commit
0cc6a2426d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
|
|||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
||||
timezone="$(cat /etc/timezone)"
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue