|
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' {} +
|
|
|
|
54 23 * * * /etc/gitea/recuperation_config.sh |