From 293b86f9093713b919e5319e4ccfe098c25fc659 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 12 Apr 2018 22:10:00 +0800 Subject: [PATCH] update resource sha1 --- lnmpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnmpp.sh b/lnmpp.sh index de84799..5cd2f01 100644 --- a/lnmpp.sh +++ b/lnmpp.sh @@ -882,7 +882,7 @@ tar_extract() { } xqd_extract() { file=xiaoqidun.tar.bz2 - sha1=0d172d1633b2e86fddc664e046412299e6be0596 + sha1=f5c3467a09b30d237068f3259e8d283c07b60918 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 $!