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

Update install

This commit is contained in:
Thomas 2023-09-04 17:33:13 +02:00 committed by GitHub
parent 15d00cef49
commit 912088bffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers
admin=$(ynh_user_get_info --username=$admin --key=username)
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
// Retrieve YunoHost main domain
# Retrieve YunoHost main domain
$main_domain = exec('cat /etc/yunohost/current_host');
#=================================================