Actualiser README.md
This commit is contained in:
@@ -5,7 +5,13 @@ git clone https://repolake.alc-crm.com/LINEXOS/gitea.git
|
|||||||
vi path_config
|
vi path_config
|
||||||
|
|
||||||
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
|
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
find . -type f -name "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} +
|
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
|
54 23 * * * /etc/gitea/recuperation_config.sh
|
||||||
Reference in New Issue
Block a user