sushichao il y a 1 jour
Parent
commit
51eccb0875
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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