1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 16:26:13 +00:00

fix change_url

This commit is contained in:
Félix Piédallu 2024-03-03 16:48:07 +01:00
parent 4b2b1ae986
commit efb48321d2

View file

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