lnmpp 1.8 develop

This commit is contained in:
xiaoqidun 2016-11-23 11:04:35 +08:00
parent 12518ea7ce
commit 2625ba435a

View File

@ -876,7 +876,7 @@ tar_extract() {
} }
xqd_extract() { xqd_extract() {
file=xiaoqidun.tar.bz2 file=xiaoqidun.tar.bz2
sha1=6510a4b521e680ba755d18799cbd71bb3e79a009 sha1=26d3b5673e525274cea6b3536e1ab9ec6dbc43c8
if test -f $file && test "$(sha1sum $file | awk '{print$1}')" = "$sha1" ; then if test -f $file && test "$(sha1sum $file | awk '{print$1}')" = "$sha1" ; then
tar -jxf $file >> /dev/null 2>&1 & tar -jxf $file >> /dev/null 2>&1 &
echo -n +Extract lnmpp package\ ;wait_pid $! echo -n +Extract lnmpp package\ ;wait_pid $!