|
|
@@ -4,7 +4,7 @@ source _common.sh
|
|
|
source /usr/share/yunohost/helpers
|
|
|
|
|
|
secret=$(ynh_string_random --length=24)
|
|
|
-timezone=$(cat /etc/timezone)
|
|
|
+timezone=$(timedatectl show --value --property=Timezone)
|
|
|
|
|
|
#=================================================
|
|
|
# INSTALL DEPENDENCIES
|