update resource sha1
This commit is contained in:
parent
0e4078e82d
commit
293b86f909
2
lnmpp.sh
2
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 $!
|
||||
|
Loading…
Reference in New Issue
Block a user