lnmpp 1.8 develop

This commit is contained in:
xiaoqidun 2017-02-08 17:22:14 +08:00
parent b322c6103a
commit f59f11a9a1

View File

@ -926,7 +926,7 @@ bin_extract() {
sfx_extract() { sfx_extract() {
input=$(which $0) input=$(which $0)
output="data.tmp" output="data.tmp"
sed -n "/^aite[.]me/,$ p" $input | sed "1d" > $output sed -n "/^aite[.]xyz/,$ p" $input | sed "1d" > $output
if test "$(sha1sum $output | awk '{print$1}')" != "" ; then if test "$(sha1sum $output | awk '{print$1}')" != "" ; then
echo Sfx unpack data error echo Sfx unpack data error
rm -f $output rm -f $output