mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-10 08:28:41 +00:00
Fix empty file setup
This commit is contained in:
parent
aa16b1a21a
commit
5cb73fe5bc
|
|
@ -36,6 +36,11 @@ CODE[27]="action=\""
|
||||||
CODE[28]="ReflectionClass"
|
CODE[28]="ReflectionClass"
|
||||||
CODE[29]="TestUtils"
|
CODE[29]="TestUtils"
|
||||||
|
|
||||||
|
touch ${INSPECTION_PATH}/Framework/critical_php.log
|
||||||
|
touch ${INSPECTION_PATH}/Modules/critical_php.log
|
||||||
|
touch ${INSPECTION_PATH}/Model/critical_php.log
|
||||||
|
touch ${INSPECTION_PATH}/Web/critical_php.log
|
||||||
|
|
||||||
for i in "${CODE[@]}"
|
for i in "${CODE[@]}"
|
||||||
do
|
do
|
||||||
grep -rlni "$i" --include \*.php ${ROOT_PATH}/phpOMS >> ${INSPECTION_PATH}/Framework/critical_php.log
|
grep -rlni "$i" --include \*.php ${ROOT_PATH}/phpOMS >> ${INSPECTION_PATH}/Framework/critical_php.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user