1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00

[enh] Fix various typos and cleanning

This commit is contained in:
Gofannon 2018-08-02 09:53:48 +02:00
parent c29a054ee7
commit 6d3ba0e9d5
3 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
{
"name": "cheky",
"name": "Cheky",
"id": "cheky",
"packaging_format": 1,
"description": {

View file

@ -111,11 +111,11 @@ 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"