gitea/README.md

6 lines
147 B
Markdown
Raw Normal View History

2024-06-03 08:39:07 +00:00
vi path_config
2024-06-03 08:17:55 +00:00
2025-01-06 15:31:42 +00:00
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
find . -type f -name "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} +