From 852bb51861bab5d2524f8a39338b6f58eb61094c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 May 2023 19:32:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 43af614..fada777 100755 --- a/scripts/install +++ b/scripts/install @@ -9,6 +9,8 @@ source _common.sh source /usr/share/yunohost/helpers +timezone="$(cat /etc/timezone)" + #================================================= # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) #=================================================