|
@@ -46,7 +46,7 @@ case "${action}" in
|
|
|
|
|
|
|
|
model="`/etc/scripts/getmodel.sh`"
|
|
model="`/etc/scripts/getmodel.sh`"
|
|
|
[ -z ${model} ] && exit 1
|
|
[ -z ${model} ] && exit 1
|
|
|
- /bin/rk_parser ${IMGPATH} ${model}
|
|
|
|
|
|
|
+ /usr/bin/rk_parser ${IMGPATH} ${model}
|
|
|
recode_check="$?"
|
|
recode_check="$?"
|
|
|
if [ "foo${recode_check}" != "foo0" ];then
|
|
if [ "foo${recode_check}" != "foo0" ];then
|
|
|
echo -n "VerifyFailed" > ${STATUSPATH}
|
|
echo -n "VerifyFailed" > ${STATUSPATH}
|