Script e Makefile agora vivem junto à base que gerenciam. Caminho anterior: GLPI11/scripts/kb_check.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
92 B
Makefile
7 lines
92 B
Makefile
.PHONY: kb-check kb-fix
|
|
|
|
kb-check:
|
|
python3 kb_check.py
|
|
|
|
kb-fix:
|
|
python3 kb_check.py --fix
|