lnmpp 1.8 develop
This commit is contained in:
parent
b322c6103a
commit
f59f11a9a1
2
lnmpp.sh
2
lnmpp.sh
@ -926,7 +926,7 @@ bin_extract() {
|
|||||||
sfx_extract() {
|
sfx_extract() {
|
||||||
input=$(which $0)
|
input=$(which $0)
|
||||||
output="data.tmp"
|
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
|
if test "$(sha1sum $output | awk '{print$1}')" != "" ; then
|
||||||
echo Sfx unpack data error
|
echo Sfx unpack data error
|
||||||
rm -f $output
|
rm -f $output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user