diff --git a/README.md b/README.md index 0c4016b..c116ae2 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ YunoMonitor can send you email or SMS if you give him an URL API to do it (like **Shipped version:** 1.0 -## Configuration - -To configure this app. - ## Documentation * Official documentation: https://github.com/zamentur/yunomonitor/blob/master/README.md diff --git a/conf/systemd.timer.j2 b/conf/systemd.timer.j2 deleted file mode 100644 index b23ed19..0000000 --- a/conf/systemd.timer.j2 +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Run __APP__ regularly - -[Timer] -OnCalendar=*:0/8 - -[Install] -WantedBy=timers.target diff --git a/scripts/install b/scripts/install index 9527717..2aa2d7d 100755 --- a/scripts/install +++ b/scripts/install @@ -25,6 +25,7 @@ ynh_abort_if_errors #================================================= export domain=$(cat /etc/yunohost/current_host) +export path_url=/ ynh_export monitored_servers monitoring_servers mails sms_api app=$YNH_APP_INSTANCE_NAME @@ -42,7 +43,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde #================================================= ynh_script_progression --message="Storing installation settings..." --time --weight=1 -ynh_save_args domain monitored_servers monitoring_servers mails sms_api +ynh_save_args domain path_url monitored_servers monitoring_servers mails sms_api #================================================= # STANDARD MODIFICATIONS