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:
parent
912088bffc
commit
08ce7bdb24
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ admin=$(ynh_user_get_info --username=$admin --key=username)
|
|||
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
|
||||
# Retrieve YunoHost main domain
|
||||
$main_domain = exec('cat /etc/yunohost/current_host');
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
#=================================================
|
||||
# LOGROTATE
|
||||
|
|
Loading…
Reference in a new issue