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
ed10c510b1
commit
15d00cef49
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ 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
|
||||
$main_domain = exec('cat /etc/yunohost/current_host');
|
||||
|
||||
#=================================================
|
||||
# LOGROTATE
|
||||
ynh_script_progression --message="Configuring logrotate to manage application logfiles" --weight=1
|
||||
|
|
Loading…
Reference in a new issue