Commit cf455407 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: use scat only for get remove content

parent a3255c45
......@@ -882,6 +882,11 @@ if [ -n "$EGET_IPFS_DB" ] && ! is_ipfsurl "$1" ; then
scat()
{
local URL="$1"
url_scat "$URL"
# It is list only function. Don't save to IPFS
exit
local CID="$(get_cid_by_url "$URL")"
if [ -n "$CID" ] ; then
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