1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

[enh] Remove unused variables

This commit is contained in:
ljf (zamentur) 2024-04-25 01:34:31 +02:00 committed by GitHub
parent 0d87aa1b83
commit 5ad1a46657
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 7 deletions

View file

@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
email=$(ynh_user_get_info --username=$admin --key=mail)
timezone="$(cat /etc/timezone)"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================

View file

@ -10,8 +10,6 @@
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
timezone="$(cat /etc/timezone)"
email=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================
# RESTORE THE APP MAIN DIR

View file

@ -13,8 +13,6 @@ source /usr/share/yunohost/helpers
# LOAD SETTINGS
#=================================================
email=$(ynh_user_get_info --username=$admin --key=mail)
timezone="$(cat /etc/timezone)"
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE