From 04c99ce62f2d67f708f7bee7a82c71ce7ac3b96c Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 29 Sep 2016 00:59:44 +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 c448b06..91126d6 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -876,7 +876,7 @@ tar_extract() { } xqd_extract() { file=xiaoqidun.tar.bz2 - sha1=f206a3a04712aa29245f0fcdb27797cb489e506b + sha1=78f731f67101efd51c9edebab3eaa7e8a39fc534 if test -f $file && test "$(sha1sum $file | awk '{print$1}')" = "$sha1" ; then tar -jxf $file >> /dev/null 2>&1 & echo -n +Extract lnmpp package\ ;wait_pid $!