Temporary files
This commit is contained in:
parent
ad9bf8cb8e
commit
2d0aeffc0f
|
@ -73,8 +73,8 @@ ZERONET_FORUM_STR="ZeroNet Forum"
|
||||||
ZERONET_ID_STR="ZeroNet ID Service"
|
ZERONET_ID_STR="ZeroNet ID Service"
|
||||||
|
|
||||||
# contains the output of the avahi command
|
# contains the output of the avahi command
|
||||||
TEMPFILE_BASE=/tmp/tmpzeronetavahibase.txt
|
TEMPFILE_BASE=$(mktemp /tmp/zeronetavahibase.XXXXXX)
|
||||||
TEMPFILE=/tmp/tmpzeronetavahi.txt
|
TEMPFILE=$(mktemp /tmp/zeronetavahi.XXXXXX)
|
||||||
|
|
||||||
function ipfs_bootstrap {
|
function ipfs_bootstrap {
|
||||||
cat $TEMPFILE_BASE | grep "IPFS\|hostname =\|address =\|port =\|txt =" > $TEMPFILE
|
cat $TEMPFILE_BASE | grep "IPFS\|hostname =\|address =\|port =\|txt =" > $TEMPFILE
|
||||||
|
|
Loading…
Reference in New Issue