1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00
This commit is contained in:
Tagada 2023-06-01 12:08:18 +02:00
parent 846bec87e0
commit 5841f731d2
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,6 @@ MEMORY_NEEDED="2560"
RUBY_VERSION="3.2.2"
NODEJS_VERSION="16"
admin_mail=$(ynh_user_get_info --username=$admin --key='mail')
# Workaround for Mastodon on Bullseye
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463
if [ "$(lsb_release --codename --short)" = "bullseye" ];

View file

@ -55,6 +55,7 @@ popd
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
admin_mail=$(ynh_user_get_info --username=$admin --key='mail')
config="$install_dir/live/.env.production"
language="$(echo $language | head -c 2)"

View file

@ -9,6 +9,7 @@
source _common.sh
source /usr/share/yunohost/helpers
admin_mail=$(ynh_user_get_info --username=$admin --key='mail')
config="$install_dir/live/.env.production"
upgrade_type=$(ynh_check_app_version_changed)