mirror of
https://github.com/YunoHost-Apps/yunomonitor_ynh.git
synced 2024-09-03 17:46:11 +02:00
[fix] Bug with 3.7 permission
This commit is contained in:
parent
d920597bd5
commit
e2070e4b10
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
export domain=$(cat /etc/yunohost/current_host)
|
export domain=$(cat /etc/yunohost/current_host)
|
||||||
export path_url=/
|
export path_url=/.well-known/yunomonitor/
|
||||||
ynh_export monitored_servers monitoring_servers mails sms_api
|
ynh_export monitored_servers monitoring_servers mails sms_api
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
Loading…
Reference in a new issue