Commit ec77c99b authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: use scat only for get remove content

parent b0abfdfe
...@@ -882,6 +882,11 @@ if [ -n "$EGET_IPFS_DB" ] && ! is_ipfsurl "$1" ; then ...@@ -882,6 +882,11 @@ if [ -n "$EGET_IPFS_DB" ] && ! is_ipfsurl "$1" ; then
scat() scat()
{ {
local URL="$1" local URL="$1"
url_scat "$URL"
# It is list only function. Don't save to IPFS
exit
local CID="$(get_cid_by_url "$URL")" local CID="$(get_cid_by_url "$URL")"
if [ -n "$CID" ] ; then if [ -n "$CID" ] ; then
info "$URL -> $CID" info "$URL -> $CID"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment