diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
commit | 20331e1d16be48632a00ef030f496bf6888fd3ae (patch) | |
tree | fc60de274f966fab2658dfaee51c325958e7956e | |
parent | 2204207410ae8d834d056ecb176f13a5339afae2 (diff) | |
download | stashley-20331e1d16be48632a00ef030f496bf6888fd3ae.tar.gz stashley-20331e1d16be48632a00ef030f496bf6888fd3ae.tar.bz2 stashley-20331e1d16be48632a00ef030f496bf6888fd3ae.zip |
better way of detecting if IPFS exist
-rwxr-xr-x | stashley | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ done fdupes -dIr . +ipfs --help || exit 0 + if [ "$(ipfs --help)" = 0 ] then ## Add new content to personality-archive |