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