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 #=================================================