Skip to content

Commit

Permalink
[fix] Path ssowat erreor during install
Browse files Browse the repository at this point in the history
  • Loading branch information
zamentur committed Nov 19, 2019
1 parent 1545715 commit 1198fa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions conf/systemd.timer.j2

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/install
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1198fa3

Please sign in to comment.