From 3ff695382ee1de246e8108320638d5b29488ba94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:16:22 +0200 Subject: [PATCH] cleaning --- scripts/_common.sh | 2 ++ scripts/install | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ded443a..8552fb6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,3 +3,5 @@ #================================================= # COMMON VARIABLES AND CUSTOM HELPERS AND CUSTOM HELPERS #================================================= + +timezone=$(cat /etc/timezone) \ No newline at end of file diff --git a/scripts/install b/scripts/install index 4c95a0b..a6cc2da 100755 --- a/scripts/install +++ b/scripts/install @@ -3,8 +3,6 @@ source _common.sh source /usr/share/yunohost/helpers -timezone=$(cat /etc/timezone) - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================