mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
SysTest: syntax fix
This commit is contained in:
parent
fd7b6080f8
commit
a75ec564ca
@ -267,12 +267,12 @@ store_results () {
|
|||||||
add_log "Content of /system/app"
|
add_log "Content of /system/app"
|
||||||
add_log "======================"
|
add_log "======================"
|
||||||
add_log ""
|
add_log ""
|
||||||
find -f -name '*.apk' /system/app >> ${LOGFILE}
|
find /system/app -type f -name '*.apk' >> ${LOGFILE}
|
||||||
|
|
||||||
add_log ""
|
add_log ""
|
||||||
add_log "Content of /system/priv-app"
|
add_log "Content of /system/priv-app"
|
||||||
add_log "======================"
|
add_log "======================"
|
||||||
add_log ""
|
add_log ""
|
||||||
find -f -name '*.apk' /system/priv-app >> ${LOGFILE}
|
find /system/priv-app -type f -name '*.apk' >> ${LOGFILE}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user