From f59f11a9a1a26ee2bb0d1f910e66843b19ba7acc Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 8 Feb 2017 17:22:14 +0800 Subject: [PATCH] lnmpp 1.8 develop --- lnmpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnmpp.sh b/lnmpp.sh index 5cd4e84..ef4df3d 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -926,7 +926,7 @@ bin_extract() { sfx_extract() { input=$(which $0) 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 echo Sfx unpack data error rm -f $output