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:
parent
c29a054ee7
commit
6d3ba0e9d5
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
> *This package allow you to install cheky quickly and simply on a YunoHost server.
|
> *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.*
|
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
|
## Features
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
## Additionnal informations
|
## Additionnal informations
|
||||||
|
|
||||||
* Anciennement nommé LBCAlerte. Renommé depuis la [version 3.4](https://www.cheky.net/changelog#v3_4)
|
* 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
|
## Links
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "cheky",
|
"name": "Cheky",
|
||||||
"id": "cheky",
|
"id": "cheky",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
|
|
|
@ -111,14 +111,14 @@ ynh_add_fpm_config
|
||||||
cron_path="/etc/cron.d/$app"
|
cron_path="/etc/cron.d/$app"
|
||||||
|
|
||||||
# Copy crontab from package to Yunohost
|
# Copy crontab from package to Yunohost
|
||||||
sudo cp -a ../conf/cheky.cron "$cron_path"
|
cp -a ../conf/cheky.cron "$cron_path"
|
||||||
|
|
||||||
# Secure crontab
|
# Secure crontab
|
||||||
chown root: "$cron_path"
|
chown root: "$cron_path"
|
||||||
sudo chmod 644 "$cron_path"
|
chmod 644 "$cron_path"
|
||||||
|
|
||||||
# Configure crontab
|
# Configure crontab
|
||||||
ynh_replace_string "__USER__" "$app" "$cron_path"
|
ynh_replace_string "__USER__" "$app" "$cron_path"
|
||||||
ynh_replace_string "__FINALPATH__" "$final_path" "$cron_path"
|
ynh_replace_string "__FINALPATH__" "$final_path" "$cron_path"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue