From 6d3ba0e9d573be62bf1bff78df53b414d242260e Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Thu, 2 Aug 2018 09:53:48 +0200 Subject: [PATCH] [enh] Fix various typos and cleanning --- README.md | 3 +-- manifest.json | 2 +- scripts/install | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 206cf25..0c366a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > *This package allow you to install cheky quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* -**Shipped version:** 3.8.1 +**Shipped version:** 4.1 ## Features @@ -28,7 +28,6 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Additionnal informations * Anciennement nommé LBCAlerte. Renommé depuis la [version 3.4](https://www.cheky.net/changelog#v3_4) - * Logiciel pour être alerté de nouvelles annonces par mail, flux RSS et SMS sur Leboncoin et d'autres sites d'annonces. ## Links diff --git a/manifest.json b/manifest.json index 3482dc5..f093020 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "cheky", + "name": "Cheky", "id": "cheky", "packaging_format": 1, "description": { diff --git a/scripts/install b/scripts/install index 057dac0..9b7f652 100644 --- a/scripts/install +++ b/scripts/install @@ -111,14 +111,14 @@ ynh_add_fpm_config cron_path="/etc/cron.d/$app" # Copy crontab from package to Yunohost -sudo cp -a ../conf/cheky.cron "$cron_path" +cp -a ../conf/cheky.cron "$cron_path" # Secure crontab chown root: "$cron_path" -sudo chmod 644 "$cron_path" +chmod 644 "$cron_path" # Configure crontab -ynh_replace_string "__USER__" "$app" "$cron_path" +ynh_replace_string "__USER__" "$app" "$cron_path" ynh_replace_string "__FINALPATH__" "$final_path" "$cron_path"