diff --git a/README.md b/README.md index 2c62c0a..126bfda 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Matomo is the leading Free/Libre open analytics platform. It is a full-featured #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/) ## Links diff --git a/README_fr.md b/README_fr.md index cd9c4cf..2ee1411 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,8 +34,8 @@ Matomo est une plateforme d'analyse open source de mesure de statistiques Web. I #### Architectures supportées -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/matomo.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/matomo.svg)](https://ci-apps-arm.yunohost.org/ci/apps/matomo/) ## Liens diff --git a/scripts/install b/scripts/install index a06fd6d..37389a7 100755 --- a/scripts/install +++ b/scripts/install @@ -108,14 +108,6 @@ chmod -R 755 "$final_path/plugins/Morpheus" #================================================= ynh_script_progression --message="Setuping a cron..." -# cp ../conf/cron /etc/cron.d/$app - -# ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion" --target_file="/etc/cron.d/$app" - ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index fefaa1d..dc54adc 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,14 +159,6 @@ fi #================================================= ynh_script_progression --message="Setuping a cron..." -# cp ../conf/cron /etc/cron.d/$app - -# ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="/etc/cron.d/$app" -# ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion" --target_file="/etc/cron.d/$app" - ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" #=================================================