1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Fix missing variable admin_mail on upgrade, change_url

This commit is contained in:
Salamandar 2024-03-24 13:04:57 +01:00
parent 4cf2a37f3c
commit b1bc99208e
2 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,11 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# INITIALIZE AND STORE SETTINGS
#=================================================
admin_mail=$(ynh_user_get_info --username="$admin" --key=mail)
#=================================================
# STOP SYSTEMD SERVICE

View file

@ -9,6 +9,12 @@ source ynh_install_ruby__2
source ynh_supervisor
source /usr/share/yunohost/helpers
#=================================================
# INITIALIZE AND STORE SETTINGS
#=================================================
admin_mail=$(ynh_user_get_info --username="$admin" --key=mail)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================