2025-10-21 10:47:05 +00:00
2024-11-26 17:16:51 +01:00
2024-11-28 11:24:24 +00:00
2024-11-26 17:02:38 +00:00
2025-10-21 10:47:05 +00:00
2025-02-07 15:35:33 +01:00

cd /etc

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

test

Description
Script d’envois des configuration
Readme 6.9 MiB
Languages
Shell 100%