From 1097b595c4ae6f471c123803c19a3bc7fdf49e99 Mon Sep 17 00:00:00 2001 From: admin-linexos Date: Tue, 7 Jan 2025 15:36:15 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c494ad3..a4f21c0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ git clone https://repolake.alc-crm.com/LINEXOS/gitea.git vi path_config :%s/{CLIENT_NAME_HERE}/"nom_client"/g + or + find . -type f -name "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} + +find . -type f -name "recuperation_config.sh*" -exec sed -i 's/SFR/"nom_client"/g' {} + + +crontab -e + 54 23 * * * /etc/gitea/recuperation_config.sh \ No newline at end of file