Actualiser README.md
This commit is contained in:
parent
9e89124ea9
commit
a73156b3c4
|
@ -1,9 +1,11 @@
|
||||||
vi path_config
|
cd /etc
|
||||||
|
|
||||||
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
|
|
||||||
|
|
||||||
git clone https://repolake.alc-crm.com/LINEXOS/gitea.git
|
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 "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} +
|
||||||
|
|
||||||
54 23 * * * /etc/gitea/recuperation_config.sh
|
54 23 * * * /etc/gitea/recuperation_config.sh
|
Loading…
Reference in New Issue