mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
Mention the new PR as well
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
This commit is contained in:
@ -32,7 +32,9 @@ else
|
|||||||
# when overwriting CMD, making this PR safe to merge
|
# when overwriting CMD, making this PR safe to merge
|
||||||
echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2
|
echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2
|
||||||
echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2
|
echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2
|
||||||
echo "DEPRECATED: see https://github.com/ipfs/go-ipfs/pull/3573 for more information" >&2
|
echo "DEPRECATED: see the following PRs for more information:" >&2
|
||||||
|
echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3573" >&2
|
||||||
|
echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3685" >&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ipfs daemon "$@"
|
exec ipfs daemon "$@"
|
||||||
|
Reference in New Issue
Block a user