sushichao 1 일 전
부모
커밋
51eccb0875
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      readyForTarget.sh

+ 1 - 3
readyForTarget.sh

@@ -20,9 +20,7 @@ if [ $# = 1 ];then
 
     [ ! -d output ] && mkdir output
 
-    tar -zcvf output/${name} oem_backup.tar etc lib oem usr www app bin
-
-    rk_generate output/${name} G2-DIA ${SOFT_VERSION}
+    tar -zcf output/${name} oem_backup.tar etc oem usr www app bin && echo "Wirte Sign..." && /bin/rk_generate output/${name} G2-DIA ${SOFT_VERSION} && echo "Wirte Sign complete!"
 
     rm -rf oem_backup.tar